0.9.9 API documentation
Loading...
Searching...
No Matches
vector_float1_precision.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_float1_precision extension included")
19#endif
20
21namespace 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
vec< 1, float, lowp > lowp_vec1
1 component vector of single-precision floating-point numbers using low precision arithmetic in term ...
vec< 1, float, mediump > mediump_vec1
1 component vector of single-precision floating-point numbers using medium precision arithmetic in te...
vec< 1, float, highp > highp_vec1
1 component vector of single-precision floating-point numbers using high precision arithmetic in term...