FlukyEngine
Namespaces | Typedefs
matrix_uint4x2_sized.hpp File Reference

GLM_EXT_matrix_uint4x2_sized More...

#include "../mat4x2.hpp"
#include "../ext/scalar_uint_sized.hpp"
Include dependency graph for matrix_uint4x2_sized.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 glm
 Core features
 

Typedefs

typedef mat< 4, 2, uint8, defaultp > glm::u8mat4x2
 8 bit unsigned integer 4x2 matrix. More...
 
typedef mat< 4, 2, uint16, defaultp > glm::u16mat4x2
 16 bit unsigned integer 4x2 matrix. More...
 
typedef mat< 4, 2, uint32, defaultp > glm::u32mat4x2
 32 bit unsigned integer 4x2 matrix. More...
 
typedef mat< 4, 2, uint64, defaultp > glm::u64mat4x2
 64 bit unsigned integer 4x2 matrix. More...
 

Detailed Description

GLM_EXT_matrix_uint4x2_sized

See also
Core features (dependence)