Clutter Engine 0.0.1
Loading...
Searching...
No Matches
vector_double1_precision.hpp
Go to the documentation of this file.
1
12
13#pragma once
14
16
17#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
18# pragma message("GLM: GLM_EXT_vector_double1_precision extension included")
19#endif
20
21namespace glm
22{
25
28
31
34
36}//namespace glm
vec< 1, double, lowp > lowp_dvec1
1 component vector of double-precision floating-point numbers using low precision arithmetic in term ...
Definition vector_double1_precision.hpp:33
vec< 1, double, mediump > mediump_dvec1
1 component vector of double-precision floating-point numbers using medium precision arithmetic in te...
Definition vector_double1_precision.hpp:30
vec< 1, double, highp > highp_dvec1
1 component vector of double-precision floating-point numbers using high precision arithmetic in term...
Definition vector_double1_precision.hpp:27
Core features
Definition common.hpp:21
Definition qualifier.hpp:35