Method
CoglMatrixStackpop
Declaration [src]
void
cogl_matrix_stack_pop (
CoglMatrixStack* stack
)
Description [src]
Restores the previous transform that was last saved by calling cogl_matrix_stack_push().
This is usually called while traversing a scenegraph whenever you return up one level in the graph towards the root node.