Cogl.is_matrix_stack

function is_matrix_stack(object: void): Cogl.Bool {
    // Gjs wrapper for cogl_is_matrix_stack()
}
  

Determines if the given Cogl.Object refers to a Cogl.MatrixStack.

object

a Cogl.Object

Returns

true if object is a Cogl.MatrixStack, otherwise false.