1.0.0 API documentation
E:
Github
g-truc
glm
glm
ext
vector_float1_precision.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_float1_precision extension included")
19
#endif
20
21
namespace
glm
22
{
25
27
typedef
vec<1, float, highp>
highp_vec1
;
28
30
typedef
vec<1, float, mediump>
mediump_vec1
;
31
33
typedef
vec<1, float, lowp>
lowp_vec1
;
34
36
}
//namespace glm
glm::highp_vec1
vec< 1, float, highp > highp_vec1
1 component vector of single-precision floating-point numbers using high precision arithmetic in term...
Definition:
vector_float1_precision.hpp:27
glm::lowp_vec1
vec< 1, float, lowp > lowp_vec1
1 component vector of single-precision floating-point numbers using low precision arithmetic in term ...
Definition:
vector_float1_precision.hpp:33
glm::mediump_vec1
vec< 1, float, mediump > mediump_vec1
1 component vector of single-precision floating-point numbers using medium precision arithmetic in te...
Definition:
vector_float1_precision.hpp:30
Generated by
1.8.18