1.0.0 API documentation
E:
Github
g-truc
glm
glm
ext
vector_float2_precision.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "../detail/type_vec2.hpp"
6
7
namespace
glm
8
{
11
16
typedef
vec<2, float, highp>
highp_vec2
;
17
22
typedef
vec<2, float, mediump>
mediump_vec2
;
23
28
typedef
vec<2, float, lowp>
lowp_vec2
;
29
31
}
//namespace glm
glm::highp_vec2
vec< 2, float, highp > highp_vec2
2 components vector of high single-qualifier floating-point numbers.
Definition:
vector_float2_precision.hpp:16
glm::lowp_vec2
vec< 2, float, lowp > lowp_vec2
2 components vector of low single-qualifier floating-point numbers.
Definition:
vector_float2_precision.hpp:28
glm::mediump_vec2
vec< 2, float, mediump > mediump_vec2
2 components vector of medium single-qualifier floating-point numbers.
Definition:
vector_float2_precision.hpp:22
Generated by
1.8.18