GraphicsAPI_2020C
Namespaces | Typedefs
vector_uint3_precision.hpp File Reference

Core features More...

#include "../detail/type_vec3.hpp"
Include dependency graph for vector_uint3_precision.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, unsigned int, highp > glm::highp_uvec3
 3 components vector of high qualifier unsigned integer numbers. More...
 
typedef vec< 3, unsigned int, mediump > glm::mediump_uvec3
 3 components vector of medium qualifier unsigned integer numbers. More...
 
typedef vec< 3, unsigned int, lowp > glm::lowp_uvec3
 3 components vector of low qualifier unsigned integer numbers. More...
 

Detailed Description

Core features