Type Definition glsl_layout::bmat4x2

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

Matrix of 4 x 2 boolean values.