0.9.9 API documentation
vector_bool1.hpp
Go to the documentation of this file.
1
12
13#pragma once
14
15#include "../detail/type_vec1.hpp"
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
27 typedef vec<1, bool, defaultp> bvec1;
28
30}//namespace glm
vec< 1, bool, defaultp > bvec1
1 components vector of boolean.