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
- Returns
true if the object references a Cogl.TextureRectangle, false otherwise.