[][src]Function tetra::graphics::reset_transform_matrix

pub fn reset_transform_matrix(ctx: &mut Context)

Resets the transform matrix.

This is a shortcut for calling graphics::set_transform_matrix(ctx, Mat4::identity()).