Function cgl_rs::graphics::widgets::set_projection_matrix
source · pub fn set_projection_matrix(matrix: &Matrix4x4)
Expand description
Sets the projection matrix for the current frame.
Arguments
matrix
- A reference to aMatrix4x4
representing the projection matrix.