Function
CoglPipelineLayerCallback
Declaration
gboolean
(* CoglPipelineLayerCallback) (
CoglPipeline* pipeline,
int layer_index,
void* user_data
)
Description [src]
The callback prototype used with cogl_pipeline_foreach_layer() for
iterating all the layers of a pipeline.
| Stability: | Unstable |
| Available since: | 2.0 |
Parameters
pipeline |
CoglPipeline |
The |
|
| The data is owned by the caller of the function. | |
layer_index |
int |
The current layer index. |
|
user_data |
void* |
The private data passed to |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. |