Function ggez::graphics::transform_projection[][src]

pub fn transform_projection(context: &mut Context, transform: Matrix4)

Premultiplies the given transformation matrix with the current projection matrix

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