0.9.9 API documenation
mat4x4.hpp
Go to the documentation of this file.
1 
4 #include "detail/setup.hpp"
5 
6 #pragma once
7 
8 #include "detail/type_mat4x4.hpp"
9 
10 namespace glm
11 {
17  typedef mat<4, 4, float, lowp> lowp_mat4;
18 
24  typedef mat<4, 4, float, mediump> mediump_mat4;
25 
31  typedef mat<4, 4, float, highp> highp_mat4;
32 
38  typedef mat<4, 4, float, lowp> lowp_mat4x4;
39 
45  typedef mat<4, 4, float, mediump> mediump_mat4x4;
46 
52  typedef mat<4, 4, float, highp> highp_mat4x4;
53 
54 }//namespace glm
mat< 4, 4, float, mediump > mediump_mat4
4 columns of 4 components matrix of medium qualifier floating-point numbers.
Definition: type_mat.hpp:296
mat< 4, 4, float, mediump > mediump_mat4x4
4 columns of 4 components matrix of medium qualifier floating-point numbers.
Definition: type_mat.hpp:317
Definition: common.hpp:20
mat< 4, 4, float, highp > highp_mat4
4 columns of 4 components matrix of high qualifier floating-point numbers.
Definition: type_mat.hpp:303
mat< 4, 4, float, lowp > lowp_mat4
4 columns of 4 components matrix of low qualifier floating-point numbers.
Definition: type_mat.hpp:289
mat< 4, 4, float, lowp > lowp_mat4x4
4 columns of 4 components matrix of low qualifier floating-point numbers.
Definition: type_mat.hpp:310
Core features
mat< 4, 4, float, highp > highp_mat4x4
4 columns of 4 components matrix of high qualifier floating-point numbers.
Definition: type_mat.hpp:324
Core features