Method

CoglPipelineget_layer_texture

Declaration [src]

CoglTexture*
cogl_pipeline_get_layer_texture (
  CoglPipeline* pipeline,
  int layer_index
)

Description

No description available.
Stability:Unstable
Available since:1.10

Parameters

layer_index int
 

The index of the layer.

Return value

Returns: CoglTexture
 

The texture that was set for the given layer of the pipeline or NULL if no texture was set.

 The data is owned by the instance.