FlukyEngine
Namespaces | Typedefs
vector_uint2_sized.hpp File Reference

GLM_EXT_vector_uint2_sized More...

#include "../ext/vector_uint2.hpp"
#include "../ext/scalar_uint_sized.hpp"
Include dependency graph for vector_uint2_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< 2, uint8, defaultp > glm::u8vec2
 8 bit unsigned integer vector of 2 components type. More...
 
typedef vec< 2, uint16, defaultp > glm::u16vec2
 16 bit unsigned integer vector of 2 components type. More...
 
typedef vec< 2, uint32, defaultp > glm::u32vec2
 32 bit unsigned integer vector of 2 components type. More...
 
typedef vec< 2, uint64, defaultp > glm::u64vec2
 64 bit unsigned integer vector of 2 components type. More...
 

Detailed Description

GLM_EXT_vector_uint2_sized