0.9.9 API documenation
mat3x2.hpp
Go to the documentation of this file.
1 
4 #include "detail/setup.hpp"
5 
6 #pragma once
7 
8 #include "detail/type_mat3x2.hpp"
9 
10 namespace glm
11 {
17  typedef mat<3, 2, float, lowp> lowp_mat3x2;
18 
24  typedef mat<3, 2, float, mediump> mediump_mat3x2;
25 
31  typedef mat<3, 2, float, highp> highp_mat3x2;
32 
33 }//namespace
Definition: _noise.hpp:11
mat< 3, 2, float, lowp > lowp_mat3x2
3 columns of 2 components matrix of low qualifier floating-point numbers.
Definition: type_mat.hpp:137
mat< 3, 2, float, mediump > mediump_mat3x2
3 columns of 2 components matrix of medium qualifier floating-point numbers.
Definition: type_mat.hpp:144
mat< 3, 2, float, highp > highp_mat3x2
3 columns of 2 components matrix of high qualifier floating-point numbers.
Definition: type_mat.hpp:151
GLM Core