FlukyEngine
matrix_uint4x3.hpp
Go to the documentation of this file.
1 
13 #pragma once
14 
15 // Dependency:
16 #include "../mat4x3.hpp"
17 
18 #if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
19 # pragma message("GLM: GLM_EXT_matrix_uint4x3 extension included")
20 #endif
21 
22 namespace glm
23 {
26 
31 
33 }//namespace glm
Core features
Definition: common.hpp:20
Definition: qualifier.hpp:36
mat< 4, 3, uint, defaultp > umat4x3
Unsigned integer 4x3 matrix.
Definition: matrix_uint4x3.hpp:30