Type Definition glsl_layout::bmat2x2

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

Matrix of 2 x 2 boolean values.