RenderReplayTextureFilter
Description:
[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "4.22" ) ]
public delegate Texture RenderReplayTextureFilter (RenderReplay replay, Texture texture)
[ Version ( since = "4.22" ) ]
public delegate Texture RenderReplayTextureFilter (RenderReplay replay, Texture texture)
A function that filters textures.
The function will be called by the default replay function for all nodes with textures. They will then generate a node using the returned texture.
It is valid for the function to return the passed in texture if the texture shuld not be modified.
Parameters:
| replay |
The replay object used to replay the node |
| texture |
The texture to filter |
| user_data |
The user data |
Returns:
|
The filtered texture |
Namespace: Gsk
Package: gtk4