Cogl.MatrixStack.prototype.pop

function pop(): void {
    // Gjs wrapper for cogl_matrix_stack_pop()
}
  

Restores the previous transform that was last saved by calling Cogl.MatrixStack.prototype.push.

This is usually called while traversing a scenegraph whenever you return up one level in the graph towards the root node.