Type Definition glsl_layout::bmat3x4

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

Matrix of 3 x 4 boolean values.