Type Definition glsl_layout::mat4x4

source ·
pub type mat4x4 = Array<vec4, [Element<vec4>; 4]>;
Expand description

Matrix of 4 x 4 floating-point values.