Method
CoglPipelineforeach_layer
since: 2.0
Declaration [src]
void
cogl_pipeline_foreach_layer (
CoglPipeline* pipeline,
CoglPipelineLayerCallback callback,
void* user_data
)
Description [src]
Iterates all the layer indices of the given pipeline.
Stability: Unstable
Available since: 2.0
Parameters
callback-
Type:
CoglPipelineLayerCallbackA
CoglPipelineLayerCallbackto be called for each layer index. user_data-
Type:
void*Private data that will be passed to the callback.
The argument can be NULL.The data is owned by the caller of the function.