Type Definition glsl_layout::bmat3x2

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

Matrix of 3 x 2 boolean values.