Type Definition glsl_layout::bmat4x4

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

Matrix of 4 x 4 boolean values.