0.9.9 API documentation
Loading...
Searching...
No Matches
glm
ext
matrix_uint4x2.hpp
Go to the documentation of this file.
1
12
13
#pragma once
14
15
// Dependency:
16
#include "
../mat4x2.hpp
"
17
18
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
19
# pragma message("GLM: GLM_EXT_matrix_uint4x2 extension included")
20
#endif
21
22
namespace
glm
23
{
26
30
typedef
mat<4, 2, uint, defaultp>
umat4x2
;
31
33
}
//namespace glm
glm::umat4x2
mat< 4, 2, uint, defaultp > umat4x2
Unsigned integer 4x2 matrix.
Definition
matrix_uint4x2.hpp:30
mat4x2.hpp
Core features
Generated by
1.12.0