0.9.9 API documentation
build
glm-UGlkz3
glm-0.9.9.7+ds
glm
ext
vector_int1_precision.hpp
Go to the documentation of this file.
1
11
#pragma once
12
13
#include "../detail/type_vec1.hpp"
14
15
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
16
# pragma message("GLM: GLM_EXT_vector_int1_precision extension included")
17
#endif
18
19
namespace
glm
20
{
23
25
typedef
vec<1, int, highp>
highp_ivec1
;
26
28
typedef
vec<1, int, mediump>
mediump_ivec1
;
29
31
typedef
vec<1, int, lowp>
lowp_ivec1
;
32
34
}
//namespace glm
glm::mediump_ivec1
vec< 1, int, mediump > mediump_ivec1
1 component vector of signed integer values.
Definition:
vector_int1_precision.hpp:28
glm::highp_ivec1
vec< 1, int, highp > highp_ivec1
1 component vector of signed integer values.
Definition:
vector_int1_precision.hpp:25
glm::lowp_ivec1
vec< 1, int, lowp > lowp_ivec1
1 component vector of signed integer values.
Definition:
vector_int1_precision.hpp:31
Generated by
1.8.16