Skip to main content

Mat4

Type Alias Mat4 

Source
pub type Mat4 = [[f32; 4]; 4];
Expand description

Column-major 4x4 matrix, m[col][row]: the layout shared by every renderer uniform in this codebase.