Method

CoglPipelineget_layer_wrap_mode_s

Declaration [src]

CoglPipelineWrapMode
cogl_pipeline_get_layer_wrap_mode_s (
  CoglPipeline* pipeline,
  int layer_index
)

Description [src]

Returns the wrap mode for the ‘s’ coordinate of texture lookups on this layer.

Stability:Unstable
Available since:1.6

Parameters

layer_index int
 

The layer number to change.

Return value

Returns: CoglPipelineWrapMode
 

The wrap mode for the ‘s’ coordinate of texture lookups on this layer.