Clutter Engine 0.0.1
Loading...
Searching...
No Matches
vector_bool1.hpp
Go to the documentation of this file.
1
12
13#pragma once
14
16
17#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
18# pragma message("GLM: GLM_EXT_vector_bool1 extension included")
19#endif
20
21namespace glm
22{
25
28
30}//namespace glm
vec< 1, bool, defaultp > bvec1
1 components vector of boolean.
Definition vector_bool1.hpp:27
Core features
Definition common.hpp:21
Definition qualifier.hpp:35