Method
CoglPipelineget_layer_texture
Declaration [src]
CoglTexture*
cogl_pipeline_get_layer_texture (
CoglPipeline* pipeline,
int layer_index
)
Return value
Type: CoglTexture
The texture that was set for the
given layer of the pipeline or NULL
if no texture was set.
The returned data is owned by the instance. |