Type Definition glsl_layout::bmat3x3

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

Matrix of 3 x 3 boolean values.