0.9.9 API documenation
Users
christophericcio
Documents
Repository
Github
glm
glm
ext
vector_bool1.hpp
Go to the documentation of this file.
1
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
21
namespace
glm
22
{
25
27
typedef
vec<1, bool, defaultp>
bvec1
;
28
30
}
//namespace glm
glm::bvec1
vec< 1, bool, defaultp > bvec1
1 components vector of boolean.
Definition:
vector_bool1.hpp:27
glm
Definition:
common.hpp:20
Generated by
1.8.14