0.9.9 API documenation
mat2x2.hpp
Go to the documentation of this file.
1 
4 #include "detail/setup.hpp"
5 
6 #pragma once
7 
8 #include "detail/type_mat2x2.hpp"
9 
10 namespace glm
11 {
17  typedef mat<2, 2, float, lowp> lowp_mat2;
18 
24  typedef mat<2, 2, float, mediump> mediump_mat2;
25 
31  typedef mat<2, 2, float, highp> highp_mat2;
32 
38  typedef mat<2, 2, float, lowp> lowp_mat2x2;
39 
45  typedef mat<2, 2, float, mediump> mediump_mat2x2;
46 
52  typedef mat<2, 2, float, highp> highp_mat2x2;
53 
54 }//namespace glm
mat< 2, 2, float, highp > highp_mat2x2
2 columns of 2 components matrix of high qualifier floating-point numbers.
Definition: type_mat.hpp:73
Definition: common.hpp:20
Core features
mat< 2, 2, float, lowp > lowp_mat2
2 columns of 2 components matrix of low qualifier floating-point numbers.
Definition: type_mat.hpp:38
mat< 2, 2, float, lowp > lowp_mat2x2
2 columns of 2 components matrix of low qualifier floating-point numbers.
Definition: type_mat.hpp:59
mat< 2, 2, float, highp > highp_mat2
2 columns of 2 components matrix of high qualifier floating-point numbers.
Definition: type_mat.hpp:52
Core features
mat< 2, 2, float, mediump > mediump_mat2x2
2 columns of 2 components matrix of medium qualifier floating-point numbers.
Definition: type_mat.hpp:66
mat< 2, 2, float, mediump > mediump_mat2
2 columns of 2 components matrix of medium qualifier floating-point numbers.
Definition: type_mat.hpp:45