Type Definition BVec3
sfml::graphics::glsl
type BVec3 = Vector3<bool>;
3D bool vector (bvec3 in GLSL).
bvec3
impl Into<sfGlslBvec3> for BVec3
fn into(self) -> sfGlslBvec3
Performs the conversion.