FlukyEngine
Namespaces | Typedefs
vector_uint4_sized.hpp File Reference

GLM_EXT_vector_uint4_sized More...

#include "../ext/vector_uint4.hpp"
#include "../ext/scalar_uint_sized.hpp"
Include dependency graph for vector_uint4_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 vec< 4, uint8, defaultp > glm::u8vec4
 8 bit unsigned integer vector of 4 components type. More...
 
typedef vec< 4, uint16, defaultp > glm::u16vec4
 16 bit unsigned integer vector of 4 components type. More...
 
typedef vec< 4, uint32, defaultp > glm::u32vec4
 32 bit unsigned integer vector of 4 components type. More...
 
typedef vec< 4, uint64, defaultp > glm::u64vec4
 64 bit unsigned integer vector of 4 components type. More...
 

Detailed Description

GLM_EXT_vector_uint4_sized