0.9.6
mat2x4.hpp
Go to the documentation of this file.
1 
33 #pragma once
34 
35 #include "detail/type_mat2x4.hpp"
36 
37 namespace glm
38 {
44  typedef tmat2x4<float, lowp> lowp_mat2x4;
45 
51  typedef tmat2x4<float, mediump> mediump_mat2x4;
52 
58  typedef tmat2x4<float, highp> highp_mat2x4;
59 
60 }//namespace glm
OpenGL Mathematics (glm.g-truc.net)
tmat2x4< float, highp > highp_mat2x4
2 columns of 4 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:152
tmat2x4< float, lowp > lowp_mat2x4
2 columns of 4 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:138
Definition: _noise.hpp:39
tmat2x4< float, mediump > mediump_mat2x4
2 columns of 4 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:145