Searched defs:bool3 (Results 1 – 2 of 2) sorted by relevance
220 Tensor<bool, 1> bool3 = vec.cast<bool>() && bool2; in test_boolean() local
65 …typedef tvec3<bool, highp> bool3; //!< \brief boolean type with 3 components. (From GLM_GTX_co… typedef