[][src]Function ggez::graphics::set_projection

pub fn set_projection<M>(context: &mut Context, proj: M) where
    M: Into<ColumnMatrix4<f32>>, 

Sets the raw projection matrix to the given homogeneous transformation matrix.

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