Type Definition glsl_layout::mat3x3

source ·
pub type mat3x3 = Array<vec3, [Element<vec3>; 3]>;
Expand description

Matrix of 3 x 3 floating-point values.