Method

CoglPipelineget_layer_point_sprite_coords_enabled

Declaration [src]

gboolean
cogl_pipeline_get_layer_point_sprite_coords_enabled (
  CoglPipeline* pipeline,
  int layer_index
)

Description [src]

Gets whether point sprite coordinate generation is enabled for this texture layer.

Stability:Unstable
Available since:2.0

Parameters

layer_index int
 

The layer number to check.

Return value

Returns: gboolean
 

Whether the texture coordinates will be replaced with point sprite coordinates.