[][src]Type Definition sfml::graphics::glsl::BVec3

type BVec3 = Vector3<bool>;

3D bool vector (bvec3 in GLSL).

Trait Implementations

impl Into<sfGlslBvec3> for BVec3[src]