GLM  0.9.5
mat2x3.hpp
Go to the documentation of this file.
1 
29 #ifndef GLM_MAT2X3_INCLUDED
30 #define GLM_MAT2X3_INCLUDED
31 
32 #include "detail/type_mat2x3.hpp"
33 
34 namespace glm
35 {
41  typedef detail::tmat2x3<float, lowp> lowp_mat2x3;
42 
48  typedef detail::tmat2x3<float, mediump> mediump_mat2x3;
49 
55  typedef detail::tmat2x3<float, highp> highp_mat2x3;
56 
57 }//namespace glm
58 
59 #endif//GLM_MAT2X3_INCLUDED
detail::tmat2x3< float, mediump > mediump_mat2x3
2 columns of 3 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:119
detail::tmat2x3< float, highp > highp_mat2x3
2 columns of 3 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:126
detail::tmat2x3< float, lowp > lowp_mat2x3
2 columns of 3 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:112