0.9.6
mat2x3.hpp
Go to the documentation of this file.
1 
29 #pragma once
30 
31 #include "detail/type_mat2x3.hpp"
32 
33 namespace glm
34 {
40  typedef tmat2x3<float, lowp> lowp_mat2x3;
41 
47  typedef tmat2x3<float, mediump> mediump_mat2x3;
48 
54  typedef tmat2x3<float, highp> highp_mat2x3;
55 
56 }//namespace glm
57 
OpenGL Mathematics (glm.g-truc.net)
tmat2x3< float, highp > highp_mat2x3
2 columns of 3 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:122
tmat2x3< float, lowp > lowp_mat2x3
2 columns of 3 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:108
tmat2x3< float, mediump > mediump_mat2x3
2 columns of 3 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:115
Definition: _noise.hpp:31