FlukyEngine
Namespaces | Typedefs
vector_uint3_sized.hpp File Reference

GLM_EXT_vector_uint3_sized More...

#include "../ext/vector_uint3.hpp"
#include "../ext/scalar_uint_sized.hpp"
Include dependency graph for vector_uint3_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< 3, uint8, defaultp > glm::u8vec3
 8 bit unsigned integer vector of 3 components type. More...
 
typedef vec< 3, uint16, defaultp > glm::u16vec3
 16 bit unsigned integer vector of 3 components type. More...
 
typedef vec< 3, uint32, defaultp > glm::u32vec3
 32 bit unsigned integer vector of 3 components type. More...
 
typedef vec< 3, uint64, defaultp > glm::u64vec3
 64 bit unsigned integer vector of 3 components type. More...
 

Detailed Description

GLM_EXT_vector_uint3_sized