3rdparty/glm/doc/api/a00053_source.html
| | 0.9.8 |
mat2x4.hpp
Go to the documentation of this file.
1
4 #pragma once
5
6 #include "detail/type_mat2x4.hpp"
7
8 namespace glm
9 {
15typedef tmat2x4<float, lowp> lowp_mat2x4;
16
22typedef tmat2x4<float, mediump> mediump_mat2x4;
23
29typedef tmat2x4<float, highp> highp_mat2x4;
30
31 }//namespace glm
Definition: _noise.hpp:11
tmat2x4< float, lowp > lowp_mat2x4
2 columns of 4 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:112
GLM Core
tmat2x4< float, highp > highp_mat2x4
2 columns of 4 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:126
tmat2x4< float, mediump > mediump_mat2x4
2 columns of 4 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:119
Generated by 1.8.10