Function tetra::graphics::reset_transform_matrix
source · pub fn reset_transform_matrix(ctx: &mut Context)
Expand description
Resets the transform matrix.
This is a shortcut for calling graphics::set_transform_matrix(ctx, Mat4::identity())
.