Cogl.Framebuffer.prototype.push_matrix

function push_matrix(): void {
    // Gjs wrapper for cogl_framebuffer_push_matrix()
}
  

Copies the current model-view matrix onto the matrix stack. The matrix can later be restored with Cogl.Framebuffer.prototype.pop_matrix.

Since 1.10