3rdparty/glm/doc/api/a00052_source.html
| | 0.9.8 |
mat2x3.hpp
Go to the documentation of this file.
1
4 #pragma once
5
6 #include "detail/type_mat2x3.hpp"
7
8 namespace glm
9 {
15typedef tmat2x3<float, lowp> lowp_mat2x3;
16
22typedef tmat2x3<float, mediump> mediump_mat2x3;
23
29typedef tmat2x3<float, highp> highp_mat2x3;
30
31 }//namespace glm
32
Definition: _noise.hpp:11
tmat2x3< float, lowp > lowp_mat2x3
2 columns of 3 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:86
tmat2x3< float, mediump > mediump_mat2x3
2 columns of 3 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:93
GLM Core
tmat2x3< float, highp > highp_mat2x3
2 columns of 3 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:100
Generated by 1.8.10