Cogl.is_texture_rectangle

function is_texture_rectangle(object: void): Cogl.Bool {
    // Gjs wrapper for cogl_is_texture_rectangle()
}
  

Gets whether the given object references an existing Cogl.TextureRectangle object.

object

A Cogl.Object

Returns

true if the object references a Cogl.TextureRectangle, false otherwise.