Boolean variable type
bool aBool = true; bool bBool = bool(aInt); bool cBool = bool(aFloat);
bool data type is either true or false.
bool
void, bool, int, float, bvec2, bvec3, bvec4, struct