Cogl.Pipeline.prototype.get_layer_point_sprite_coords_enabled

function get_layer_point_sprite_coords_enabled(layer_index: Number(gint)): Cogl.Bool {
    // Gjs wrapper for cogl_pipeline_get_layer_point_sprite_coords_enabled()
}
  

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

Since 2.0

layer_index

the layer number to check.

Returns

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