Cogl.is_atlas_texture

function is_atlas_texture(object: void): Cogl.Bool {
    // Gjs wrapper for cogl_is_atlas_texture()
}
  

Checks whether the given object references a Cogl.AtlasTexture

Since 1.16

object

a Cogl.Object

Returns

true if the passed object represents an atlas texture and false otherwise