GraphicsAPI_2020C
Namespaces | Typedefs
vector_int2_precision.hpp File Reference

Core features More...

#include "../detail/type_vec2.hpp"
Include dependency graph for vector_int2_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< 2, int, highp > glm::highp_ivec2
 2 components vector of high qualifier signed integer numbers. More...
 
typedef vec< 2, int, mediump > glm::mediump_ivec2
 2 components vector of medium qualifier signed integer numbers. More...
 
typedef vec< 2, int, lowp > glm::lowp_ivec2
 2 components vector of low qualifier signed integer numbers. More...
 

Detailed Description

Core features