[][src]Function ggez::graphics::mul_projection

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

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.