3rdparty/glm/doc/api/a00054_source.html
| | 0.9.8 |
mat3x2.hpp
Go to the documentation of this file.
1
4 #pragma once
5
6 #include "detail/type_mat3x2.hpp"
7
8 namespace glm
9 {
15typedef tmat3x2<float, lowp> lowp_mat3x2;
16
22typedef tmat3x2<float, mediump> mediump_mat3x2;
23
29typedef tmat3x2<float, highp> highp_mat3x2;
30
31 }//namespace
GLM Core
Definition: _noise.hpp:11
tmat3x2< float, mediump > mediump_mat3x2
3 columns of 2 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:145
tmat3x2< float, highp > highp_mat3x2
3 columns of 2 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:152
tmat3x2< float, lowp > lowp_mat3x2
3 columns of 2 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:138
Generated by 1.8.10