pub fn mat4_to_f32_array(mat: Mat4) -> [f32; 16]
Converts a glam::Mat4 to a column-major [f32; 16] array.
glam::Mat4
[f32; 16]