Cogl.PipelineLayerCallback
function onPipelineLayerCallback(pipeline: Cogl.Pipeline, layer_index: Number(gint)): Cogl.Bool { }
The callback prototype used with Cogl.Pipeline.prototype.foreach_layer for iterating all the layers of a pipeline.
Since 2.0
- pipeline
The Cogl.Pipeline whos layers are being iterated
- layer_index
The current layer index
- Returns