Function ggez::graphics::pop_transform [] [src]

pub fn pop_transform(context: &mut Context)

Pops the transform matrix off the top of the transform (model) matrix stack of the Context.

You must call apply_transformations(ctx) after calling this to apply these changes and recalculate the underlying MVP matrix.