40         template <
typename T, precision P> 
struct tquat;
 
   45         typedef tquat<float, lowp>              lowp_quat;
 
   50         typedef tquat<float, mediump>   mediump_quat;
 
   55         typedef tquat<float, highp>             highp_quat;
 
   57 #if(defined(GLM_PRECISION_HIGHP_FLOAT) && !defined(GLM_PRECISION_MEDIUMP_FLOAT) && !defined(GLM_PRECISION_LOWP_FLOAT)) 
   58         typedef highp_quat                      quat;
 
   59 #elif(!defined(GLM_PRECISION_HIGHP_FLOAT) && defined(GLM_PRECISION_MEDIUMP_FLOAT) && !defined(GLM_PRECISION_LOWP_FLOAT)) 
   60         typedef mediump_quat            quat;
 
   61 #elif(!defined(GLM_PRECISION_HIGHP_FLOAT) && !defined(GLM_PRECISION_MEDIUMP_FLOAT) && defined(GLM_PRECISION_LOWP_FLOAT)) 
   62         typedef lowp_quat                       quat;
 
   63 #elif(!defined(GLM_PRECISION_HIGHP_FLOAT) && !defined(GLM_PRECISION_MEDIUMP_FLOAT) && !defined(GLM_PRECISION_LOWP_FLOAT)) 
   64         typedef highp_quat                      quat;
 
   71         typedef lowp_quat                       lowp_fquat;
 
   76         typedef mediump_quat            mediump_fquat;
 
   81         typedef highp_quat                      highp_fquat;
 
   92         typedef tquat<double, lowp>             lowp_dquat;
 
   97         typedef tquat<double, mediump>  mediump_dquat;
 
  102         typedef tquat<double, highp>    highp_dquat;
 
  104 #if(defined(GLM_PRECISION_HIGHP_DOUBLE) && !defined(GLM_PRECISION_MEDIUMP_DOUBLE) && !defined(GLM_PRECISION_LOWP_DOUBLE)) 
  105         typedef highp_dquat                     dquat;
 
  106 #elif(!defined(GLM_PRECISION_HIGHP_DOUBLE) && defined(GLM_PRECISION_MEDIUMP_DOUBLE) && !defined(GLM_PRECISION_LOWP_DOUBLE)) 
  107         typedef mediump_dquat           dquat;
 
  108 #elif(!defined(GLM_PRECISION_HIGHP_DOUBLE) && !defined(GLM_PRECISION_MEDIUMP_DOUBLE) && defined(GLM_PRECISION_LOWP_DOUBLE)) 
  109         typedef lowp_dquat                      dquat;
 
  110 #elif(!defined(GLM_PRECISION_HIGHP_DOUBLE) && !defined(GLM_PRECISION_MEDIUMP_DOUBLE) && !defined(GLM_PRECISION_LOWP_DOUBLE)) 
  111         typedef highp_dquat                     dquat;
 
  273         typedef detail::int8 
int8;
 
  277         typedef detail::int16 
int16;
 
  281         typedef detail::int32 
int32;
 
  285         typedef detail::int64 
int64;
 
  288 #if GLM_HAS_EXTENDED_INTEGER_TYPE 
  294         typedef detail::int8 
int8_t;
 
  313         typedef detail::int8 
i8;
 
  317         typedef detail::int16 
i16;
 
  321         typedef detail::int32 
i32;
 
  325         typedef detail::int64 
i64;
 
  379 #if(defined(GLM_PRECISION_LOWP_INT)) 
  380         typedef lowp_i8vec1                             
i8vec1;
 
  381         typedef lowp_i8vec2                             
i8vec2;
 
  382         typedef lowp_i8vec3                             
i8vec3;
 
  383         typedef lowp_i8vec4                             
i8vec4;
 
  384 #elif(defined(GLM_PRECISION_MEDIUMP_INT)) 
  385         typedef mediump_i8vec1                  
i8vec1;
 
  386         typedef mediump_i8vec2                  
i8vec2;
 
  387         typedef mediump_i8vec3                  
i8vec3;
 
  388         typedef mediump_i8vec4                  
i8vec4; 
 
  390         typedef highp_i8vec1                    
i8vec1;
 
  459 #if(defined(GLM_PRECISION_LOWP_INT)) 
  464 #elif(defined(GLM_PRECISION_MEDIUMP_INT)) 
  465         typedef mediump_i16vec1                 
i16vec1;
 
  466         typedef mediump_i16vec2                 
i16vec2;
 
  467         typedef mediump_i16vec3                 
i16vec3;
 
  468         typedef mediump_i16vec4                 
i16vec4;
 
  538 #if(defined(GLM_PRECISION_LOWP_INT)) 
  543 #elif(defined(GLM_PRECISION_MEDIUMP_INT)) 
  544         typedef mediump_i32vec1                 
i32vec1;
 
  545         typedef mediump_i32vec2                 
i32vec2;
 
  546         typedef mediump_i32vec3                 
i32vec3;
 
  547         typedef mediump_i32vec4                 
i32vec4;
 
  617 #if(defined(GLM_PRECISION_LOWP_INT)) 
  622 #elif(defined(GLM_PRECISION_MEDIUMP_INT)) 
  623         typedef mediump_i32vec1                 
i32vec1;
 
  624         typedef mediump_i32vec2                 
i32vec2;
 
  625         typedef mediump_i32vec3                 
i32vec3;
 
  626         typedef mediump_i32vec4                 
i32vec4;
 
  697 #if(defined(GLM_PRECISION_LOWP_INT)) 
  702 #elif(defined(GLM_PRECISION_MEDIUMP_INT)) 
  703         typedef mediump_i64vec1                 
i64vec1;
 
  704         typedef mediump_i64vec2                 
i64vec2;
 
  705         typedef mediump_i64vec3                 
i64vec3;
 
  706         typedef mediump_i64vec4                 
i64vec4;
 
  883         typedef detail::uint8 
uint8;
 
  887         typedef detail::uint16 
uint16;
 
  891         typedef detail::uint32 
uint32;
 
  895         typedef detail::uint64 
uint64;
 
  897 #if GLM_HAS_EXTENDED_INTEGER_TYPE 
  922         typedef detail::uint8 
u8;
 
  926         typedef detail::uint16 
u16;
 
  930         typedef detail::uint32 
u32;
 
  934         typedef detail::uint64 
u64;
 
  988 #if(defined(GLM_PRECISION_LOWP_INT)) 
  989         typedef lowp_u8vec1                             
u8vec1;
 
  990         typedef lowp_u8vec2                             
u8vec2;
 
  991         typedef lowp_u8vec3                             
u8vec3;
 
  992         typedef lowp_u8vec4                             
u8vec4;
 
  993 #elif(defined(GLM_PRECISION_MEDIUMP_INT)) 
  994         typedef mediump_u8vec1                  
u8vec1;
 
  995         typedef mediump_u8vec2                  
u8vec2;
 
  996         typedef mediump_u8vec3                  
u8vec3;
 
  997         typedef mediump_u8vec4                  
u8vec4; 
 
  999         typedef highp_u8vec1                    
u8vec1;
 
 1068 #if(defined(GLM_PRECISION_LOWP_INT)) 
 1073 #elif(defined(GLM_PRECISION_MEDIUMP_INT)) 
 1074         typedef mediump_u16vec1                 
u16vec1;
 
 1075         typedef mediump_u16vec2                 
u16vec2;
 
 1076         typedef mediump_u16vec3                 
u16vec3;
 
 1077         typedef mediump_u16vec4                 
u16vec4;
 
 1079         typedef highp_u16vec1                   
u16vec1;
 
 1147 #if(defined(GLM_PRECISION_LOWP_INT)) 
 1152 #elif(defined(GLM_PRECISION_MEDIUMP_INT)) 
 1153         typedef mediump_u32vec1                 
u32vec1;
 
 1154         typedef mediump_u32vec2                 
u32vec2;
 
 1155         typedef mediump_u32vec3                 
u32vec3;
 
 1156         typedef mediump_u32vec4                 
u32vec4;
 
 1158         typedef highp_u32vec1                   
u32vec1;
 
 1226 #if(defined(GLM_PRECISION_LOWP_INT)) 
 1231 #elif(defined(GLM_PRECISION_MEDIUMP_INT)) 
 1232         typedef mediump_u32vec1                 
u32vec1;
 
 1233         typedef mediump_u32vec2                 
u32vec2;
 
 1234         typedef mediump_u32vec3                 
u32vec3;
 
 1235         typedef mediump_u32vec4                 
u32vec4;
 
 1237         typedef highp_u32vec1                   
u32vec1;
 
 1243         typedef highp_u32vec2                   
u32vec2;
 
 1247         typedef highp_u32vec3                   
u32vec3;
 
 1251         typedef highp_u32vec4                   
u32vec4;
 
 1306 #if(defined(GLM_PRECISION_LOWP_UINT)) 
 1311 #elif(defined(GLM_PRECISION_MEDIUMP_UINT)) 
 1312         typedef mediump_u64vec1                 
u64vec1;
 
 1313         typedef mediump_u64vec2                 
u64vec2;
 
 1314         typedef mediump_u64vec3                 
u64vec3;
 
 1315         typedef mediump_u64vec4                 
u64vec4;
 
 1317         typedef highp_u64vec1                   
u64vec1;
 
 1462 #if(defined(GLM_PRECISION_LOWP_FLOAT)) 
 1481         typedef lowp_f32 
f32;
 
 1485         typedef lowp_f64 
f64;
 
 1487 #elif(defined(GLM_PRECISION_MEDIUMP_FLOAT)) 
 1491         typedef mediump_float32 float32;
 
 1495         typedef mediump_float64 float64;
 
 1507         typedef mediump_float32 
f32;
 
 1511         typedef mediump_float64 
f64;
 
 1513 #else//(defined(GLM_PRECISION_HIGHP_FLOAT)) 
 1517         typedef highp_float32 float32;
 
 1521         typedef highp_float64 float64;
 
 2280 #if(defined(GLM_PRECISION_LOWP_FLOAT)) 
 2281         typedef lowp_f32vec1                    
fvec1;
 
 2282         typedef lowp_f32vec2                    
fvec2;
 
 2283         typedef lowp_f32vec3                    
fvec3;
 
 2284         typedef lowp_f32vec4                    
fvec4;
 
 2285         typedef lowp_f32mat2                    
fmat2;
 
 2286         typedef lowp_f32mat3                    
fmat3;
 
 2287         typedef lowp_f32mat4                    
fmat4;
 
 2288         typedef lowp_f32mat2x2                  
fmat2x2;
 
 2289         typedef lowp_f32mat3x2                  
fmat3x2;
 
 2290         typedef lowp_f32mat4x2                  
fmat4x2;
 
 2291         typedef lowp_f32mat2x3                  
fmat2x3;
 
 2292         typedef lowp_f32mat3x3                  
fmat3x3;
 
 2293         typedef lowp_f32mat4x3                  
fmat4x3;
 
 2294         typedef lowp_f32mat2x4                  
fmat2x4;
 
 2295         typedef lowp_f32mat3x4                  
fmat3x4;
 
 2296         typedef lowp_f32mat4x4                  
fmat4x4;
 
 2297         typedef lowp_f32quat                    
fquat;
 
 2316 #elif(defined(GLM_PRECISION_MEDIUMP_FLOAT)) 
 2317         typedef mediump_f32vec1                 
fvec1;
 
 2318         typedef mediump_f32vec2                 
fvec2;
 
 2319         typedef mediump_f32vec3                 
fvec3;
 
 2320         typedef mediump_f32vec4                 
fvec4;
 
 2321         typedef mediump_f32mat2                 
fmat2;
 
 2322         typedef mediump_f32mat3                 
fmat3;
 
 2323         typedef mediump_f32mat4                 
fmat4;
 
 2324         typedef mediump_f32mat2x2               
fmat2x2;
 
 2325         typedef mediump_f32mat3x2               
fmat3x2;
 
 2326         typedef mediump_f32mat4x2               
fmat4x2;
 
 2327         typedef mediump_f32mat2x3               
fmat2x3;
 
 2328         typedef mediump_f32mat3x3               
fmat3x3;
 
 2329         typedef mediump_f32mat4x3               
fmat4x3;
 
 2330         typedef mediump_f32mat2x4               
fmat2x4;
 
 2331         typedef mediump_f32mat3x4               
fmat3x4;
 
 2332         typedef mediump_f32mat4x4               
fmat4x4;
 
 2333         typedef mediump_f32quat                 
fquat;
 
 2335         typedef mediump_f32vec1                 
f32vec1;
 
 2336         typedef mediump_f32vec2                 
f32vec2;
 
 2337         typedef mediump_f32vec3                 
f32vec3;
 
 2338         typedef mediump_f32vec4                 
f32vec4;
 
 2339         typedef mediump_f32mat2                 
f32mat2;
 
 2340         typedef mediump_f32mat3                 
f32mat3;
 
 2341         typedef mediump_f32mat4                 
f32mat4;
 
 2351         typedef mediump_f32quat                 
f32quat;
 
 2352 #else//if(defined(GLM_PRECISION_HIGHP_FLOAT)) 
 2353         typedef highp_f32vec1                   
fvec1;
 
 2419         typedef highp_fquat                             
fquat;
 
 2492 #if(defined(GLM_PRECISION_LOWP_DOUBLE)) 
 2510 #elif(defined(GLM_PRECISION_MEDIUMP_DOUBLE)) 
 2511         typedef mediump_f64vec1                 
f64vec1;
 
 2512         typedef mediump_f64vec2                 
f64vec2;
 
 2513         typedef mediump_f64vec3                 
f64vec3;
 
 2514         typedef mediump_f64vec4                 
f64vec4;
 
 2515         typedef mediump_f64mat2                 
f64mat2;
 
 2516         typedef mediump_f64mat3                 
f64mat3;
 
 2517         typedef mediump_f64mat4                 
f64mat4;
 
 2527         typedef mediump_f64quat                 
f64quat;
 
 2529         typedef highp_f64vec1                   
f64vec1;
 
highp_u32vec3 u32vec3
Default precision 32 bit unsigned integer vector of 3 components type. 
detail::uint64 u64
64 bit unsigned integer type. 
tvec1< i32, highp > highp_i32vec1
High precision 32 bit signed integer scalar type. 
float32 lowp_f32
Low 32 bit single-precision floating-point scalar. 
tvec3< u32, highp > highp_u32vec3
High precision 32 bit unsigned integer vector of 3 components type. 
highp_f32mat3x3 f32mat3x3
Default single-precision floating-point 3x3 matrix. 
tvec1< u32, highp > highp_u32vec1
High precision 32 bit unsigned integer scalar type. 
tvec1< f64, highp > highp_f64vec1
High double-precision floating-point vector of 1 component. 
tvec4< float, lowp > lowp_fvec4
Low single-precision floating-point vector of 4 components. 
detail::int64 mediump_i64
Medium precision 64 bit signed integer type. 
detail::float64 mediump_float64_t
Medium 64 bit double-precision floating-point scalar. 
tmat2x4< f64, lowp > lowp_f64mat2x4
Low double-precision floating-point 2x4 matrix. 
tmat3x3< f64, lowp > lowp_f64mat3x3
Low double-precision floating-point 3x3 matrix. 
detail::uint64 highp_u64
Medium precision 64 bit unsigned integer type. 
tmat3x2< f64, highp > highp_f64mat3x2
High double-precision floating-point 3x2 matrix. 
detail::int16 int16_t
16 bit signed integer type. 
detail::int64 int64_t
64 bit signed integer type. 
detail::int32 i32
32 bit signed integer type. 
detail::uint32 lowp_uint32_t
Low precision 32 bit unsigned integer type. 
float64 lowp_f64
Low 64 bit double-precision floating-point scalar. 
tvec2< u32, mediump > mediump_u32vec2
Medium precision 32 bit unsigned integer vector of 2 components type. 
tvec3< i16, highp > highp_i16vec3
High precision 16 bit signed integer vector of 3 components type. 
tvec4< u32, highp > highp_u32vec4
High precision 32 bit unsigned integer vector of 4 components type. 
detail::int16 highp_int16
High precision 16 bit signed integer type. 
tmat4x4< f32, mediump > mediump_f32mat4x4
Medium single-precision floating-point 4x4 matrix. 
detail::int8 lowp_int8
Low precision 8 bit signed integer type. 
tmat2x4< f32, highp > highp_fmat2x4
High single-precision floating-point 2x4 matrix. 
tquat< f64, mediump > mediump_f64quat
Medium double-precision floating-point quaternion. 
detail::int16 lowp_int16
Low precision 16 bit signed integer type. 
highp_f32quat f32quat
Default single-precision floating-point quaternion. 
highp_f64vec2 f64vec2
Default double-precision floating-point vector of 2 components. 
detail::int16 i16
16 bit signed integer type. 
tmat2x2< f64, lowp > lowp_f64mat2x2
Low double-precision floating-point 1x1 matrix. 
highp_f64mat3x2 f64mat3x2
Default double-precision floating-point 3x2 matrix. 
detail::int64 i64
64 bit signed integer type. 
fmat3x3 fmat3
Default single-precision floating-point 3x3 matrix. 
detail::int8 int8
8 bit signed integer type. 
highp_f32mat2x2 highp_f32mat2
High single-precision floating-point 1x1 matrix. 
mediump_f64mat2x2 mediump_f64mat2
Medium double-precision floating-point 1x1 matrix. 
highp_f64mat2x4 f64mat2x4
Default double-precision floating-point 2x4 matrix. 
detail::float64 lowp_float64_t
Low 64 bit double-precision floating-point scalar. 
tmat4x4< f32, lowp > lowp_f32mat4x4
Low single-precision floating-point 4x4 matrix. 
tmat2x4< f32, lowp > lowp_fmat2x4
Low single-precision floating-point 2x4 matrix. 
tvec2< u16, mediump > mediump_u16vec2
Medium precision 16 bit unsigned integer vector of 2 components type. 
detail::int16 highp_int16_t
High precision 16 bit signed integer type. 
tmat2x2< f64, mediump > mediump_f64mat2x2
Medium double-precision floating-point 1x1 matrix. 
tmat4x2< f64, lowp > lowp_f64mat4x2
Low double-precision floating-point 4x2 matrix. 
tmat2x3< f32, lowp > lowp_f32mat2x3
Low single-precision floating-point 2x3 matrix. 
detail::uint8 highp_uint8
Medium precision 8 bit unsigned integer type. 
highp_f32mat4x4 highp_f32mat4
High single-precision floating-point 4x4 matrix. 
detail::int8 highp_int8_t
High precision 8 bit signed integer type. 
f32mat3x3 f32mat3
Default single-precision floating-point 3x3 matrix. 
detail::uint8 mediump_uint8
Medium precision 8 bit unsigned integer type. 
detail::uint8 mediump_u8
Medium precision 8 bit unsigned integer type. 
tmat3x4< f64, lowp > lowp_f64mat3x4
Low double-precision floating-point 3x4 matrix. 
tvec3< float, mediump > mediump_vec3
3 components vector of medium single-precision floating-point numbers. 
tvec3< u64, lowp > lowp_u64vec3
Low precision 64 bit unsigned integer vector of 3 components type. 
highp_i16vec1 i16vec1
Default precision 16 bit signed integer scalar type. 
tvec1< i64, mediump > mediump_i64vec1
Medium precision 64 bit signed integer scalar type. 
highp_f32vec1 f32vec1
Default single-precision floating-point vector of 1 components. 
highp_f32mat2x4 f32mat2x4
Default single-precision floating-point 2x4 matrix. 
highp_f64vec4 f64vec4
Default double-precision floating-point vector of 4 components. 
tmat4x4< f32, highp > highp_f32mat4x4
High single-precision floating-point 4x4 matrix. 
tvec3< i64, mediump > mediump_i64vec3
Medium precision 64 bit signed integer vector of 3 components type. 
tvec3< float, highp > highp_fvec3
High Single-precision floating-point vector of 3 components. 
tmat3x2< f64, mediump > mediump_f64mat3x2
Medium double-precision floating-point 3x2 matrix. 
tvec1< float, highp > highp_fvec1
High single-precision floating-point vector of 1 component. 
tmat4x4< f32, lowp > lowp_fmat4x4
Low single-precision floating-point 4x4 matrix. 
detail::uint32 u32
32 bit unsigned integer type. 
highp_f64mat4x4 f64mat4x4
Default double-precision floating-point 4x4 matrix. 
tvec1< i64, lowp > lowp_i64vec1
Low precision 64 bit signed integer scalar type. 
lowp_f32mat4x4 lowp_f32mat4
Low single-precision floating-point 4x4 matrix. 
lowp_f32mat2x2 lowp_f32mat2
Low single-precision floating-point 1x1 matrix. 
tmat3x2< f64, lowp > lowp_f64mat3x2
Low double-precision floating-point 3x2 matrix. 
tmat4x3< f64, lowp > lowp_f64mat4x3
Low double-precision floating-point 4x3 matrix. 
tvec2< i64, mediump > mediump_i64vec2
Medium precision 64 bit signed integer vector of 2 components type. 
tvec4< float, mediump > mediump_fvec4
Medium Single-precision floating-point vector of 4 components. 
tvec3< f64, highp > highp_f64vec3
High double-precision floating-point vector of 3 components. 
tmat4x3< f32, lowp > lowp_f32mat4x3
Low single-precision floating-point 4x3 matrix. 
detail::int8 mediump_int8
Medium precision 8 bit signed integer type. 
detail::int8 mediump_i8
Medium precision 8 bit signed integer type. 
tmat4x2< f64, mediump > mediump_f64mat4x2
Medium double-precision floating-point 4x2 matrix. 
tmat2x2< f32, mediump > mediump_f32mat2x2
High single-precision floating-point 1x1 matrix. 
lowp_f64mat2x2 lowp_f64mat2
Low double-precision floating-point 1x1 matrix. 
tmat3x4< f32, highp > highp_fmat3x4
High single-precision floating-point 3x4 matrix. 
detail::uint64 highp_uint64_t
Medium precision 64 bit unsigned integer type. 
f32mat2x2 f32mat2
Default single-precision floating-point 2x2 matrix. 
detail::uint32 lowp_uint32
Low precision 32 bit unsigned integer type. 
tmat3x3< f32, lowp > lowp_f32mat3x3
Low single-precision floating-point 3x3 matrix. 
tmat3x4< f32, lowp > lowp_f32mat3x4
Low single-precision floating-point 3x4 matrix. 
tvec4< f64, mediump > mediump_f64vec4
Medium double-precision floating-point vector of 4 components. 
detail::int16 mediump_int16_t
Medium precision 16 bit signed integer type. 
tvec4< f32, mediump > mediump_f32vec4
Medium single-precision floating-point vector of 4 components. 
tvec2< u16, lowp > lowp_u16vec2
Low precision 16 bit unsigned integer vector of 2 components type. 
highp_i64vec2 i64vec2
Default precision 64 bit signed integer vector of 2 components type. 
tvec2< float, highp > highp_vec2
2 components vector of high single-precision floating-point numbers. 
tvec2< i16, highp > highp_i16vec2
High precision 16 bit signed integer vector of 2 components type. 
highp_f64mat2x2 highp_f64mat2
High double-precision floating-point 1x1 matrix. 
tvec1< i32, lowp > lowp_i32vec1
Low precision 32 bit signed integer scalar type. 
tvec3< i32, lowp > lowp_i32vec3
Low precision 32 bit signed integer vector of 3 components type. 
tmat2x3< f32, mediump > mediump_fmat2x3
Medium single-precision floating-point 2x3 matrix. 
tmat3x4< f32, mediump > mediump_fmat3x4
Medium single-precision floating-point 3x4 matrix. 
highp_f64mat3x3 highp_f64mat3
High double-precision floating-point 3x3 matrix. 
detail::uint16 lowp_uint16
Low precision 16 bit unsigned integer type. 
tmat2x4< f64, mediump > mediump_f64mat2x4
Medium double-precision floating-point 2x4 matrix. 
tvec3< i32, highp > highp_i32vec3
High precision 32 bit signed integer vector of 3 components type. 
tmat3x3< f32, mediump > mediump_f32mat3x3
Medium single-precision floating-point 3x3 matrix. 
highp_u8vec3 u8vec3
Default precision 8 bit unsigned integer vector of 3 components type. 
tvec1< i64, highp > highp_i64vec1
High precision 64 bit signed integer scalar type. 
tvec2< i16, lowp > lowp_i16vec2
Low precision 16 bit signed integer vector of 2 components type. 
tmat4x3< f32, lowp > lowp_fmat4x3
Low single-precision floating-point 4x3 matrix. 
tvec3< u32, lowp > lowp_u32vec3
Low precision 32 bit unsigned integer vector of 3 components type. 
highp_u16vec4 u16vec4
Default precision 16 bit unsigned integer vector of 4 components type. 
detail::uint16 u16
16 bit unsigned integer type. 
tvec1< i16, highp > highp_i16vec1
High precision 16 bit signed integer scalar type. 
tvec2< u32, lowp > lowp_u32vec2
Low precision 32 bit unsigned integer vector of 2 components type. 
highp_float64_t f64
Default 64 bit double-precision floating-point scalar. 
tmat2x3< f64, mediump > mediump_f64mat2x3
Medium double-precision floating-point 2x3 matrix. 
tmat2x2< f32, highp > highp_fmat2x2
High single-precision floating-point 1x1 matrix. 
highp_f64vec1 f64vec1
Default double-precision floating-point vector of 1 components. 
mediump_fmat4x4 mediump_fmat4
Medium single-precision floating-point 4x4 matrix. 
highp_f32vec4 fvec4
Default single-precision floating-point vector of 4 components. 
highp_u64vec4 u64vec4
Default precision 64 bit unsigned integer vector of 4 components type. 
highp_u32vec2 u32vec2
Default precision 32 bit unsigned integer vector of 2 components type. 
detail::int32 mediump_int32
Medium precision 32 bit signed integer type. 
tvec1< float, lowp > lowp_vec1
Low single-precision floating-point vector of 1 component. 
highp_i16vec4 i16vec4
Default precision 16 bit signed integer vector of 4 components type. 
tmat2x3< f32, lowp > lowp_fmat2x3
Low single-precision floating-point 2x3 matrix. 
tvec3< i8, lowp > lowp_i8vec3
Low precision 8 bit signed integer vector of 3 components type. 
tvec3< i64, lowp > lowp_i64vec3
Low precision 64 bit signed integer vector of 3 components type. 
detail::int32 lowp_i32
Low precision 32 bit signed integer type. 
detail::int16 highp_i16
High precision 16 bit signed integer type. 
detail::uint8 uint8_t
8 bit unsigned integer type. 
detail::int32 lowp_int32_t
Low precision 32 bit signed integer type. 
tvec4< u64, highp > highp_u64vec4
High precision 64 bit unsigned integer vector of 4 components type. 
tvec3< float, lowp > lowp_vec3
3 components vector of low single-precision floating-point numbers. 
tvec1< i8, lowp > lowp_i8vec1
Low precision 8 bit signed integer scalar type. 
tvec1< i16, lowp > lowp_i16vec1
Low precision 16 bit signed integer scalar type. 
tvec2< float, mediump > mediump_vec2
2 components vector of medium single-precision floating-point numbers. 
detail::int32 highp_i32
High precision 32 bit signed integer type. 
tmat2x3< f32, highp > highp_f32mat2x3
High single-precision floating-point 2x3 matrix. 
tmat2x2< f32, mediump > mediump_fmat2x2
Medium single-precision floating-point 1x1 matrix. 
tmat4x2< f32, lowp > lowp_f32mat4x2
Low single-precision floating-point 4x2 matrix. 
highp_f32mat2x3 fmat2x3
Default single-precision floating-point 2x3 matrix. 
tvec4< u8, highp > highp_u8vec4
High precision 8 bit unsigned integer vector of 4 components type. 
highp_float32_t float32_t
Default 32 bit single-precision floating-point scalar. 
tmat3x2< f32, mediump > mediump_f32mat3x2
Medium single-precision floating-point 3x2 matrix. 
tvec4< i32, mediump > mediump_i32vec4
Medium precision 32 bit signed integer vector of 4 components type. 
tvec4< u16, lowp > lowp_u16vec4
Low precision 16 bit unsigned integer vector of 4 components type. 
highp_f32mat4x2 f32mat4x2
Default single-precision floating-point 4x2 matrix. 
highp_f32mat3x3 highp_f32mat3
High single-precision floating-point 3x3 matrix. 
tvec4< u16, highp > highp_u16vec4
High precision 16 bit unsigned integer vector of 4 components type. 
detail::uint16 highp_u16
Medium precision 16 bit unsigned integer type. 
detail::uint32 highp_u32
Medium precision 32 bit unsigned integer type. 
tmat3x2< f32, mediump > mediump_fmat3x2
Medium single-precision floating-point 3x2 matrix. 
detail::int16 int16
16 bit signed integer type. 
detail::int64 int64
64 bit signed integer type. 
detail::uint64 lowp_uint64_t
Low precision 64 bit unsigned integer type. 
highp_i32vec1 i32vec1
Default precision 32 bit signed integer scalar type. 
tvec2< f64, lowp > lowp_f64vec2
Low double-precision floating-point vector of 2 components. 
double float64
Default 64 bit double-precision floating-point scalar. 
tvec4< i8, highp > highp_i8vec4
High precision 8 bit signed integer vector of 4 components type. 
tmat4x3< f32, highp > highp_fmat4x3
High single-precision floating-point 4x3 matrix. 
tvec1< i16, mediump > mediump_i16vec1
Medium precision 16 bit signed integer scalar type. 
detail::float64 mediump_float64
Medium 64 bit double-precision floating-point scalar. 
mediump_f64mat3x3 mediump_f64mat3
Medium double-precision floating-point 3x3 matrix. 
tmat3x4< f32, highp > highp_f32mat3x4
High single-precision floating-point 3x4 matrix. 
detail::uint32 lowp_u32
Low precision 32 bit unsigned integer type. 
detail::int8 highp_int8
High precision 8 bit signed integer type. 
tvec3< f64, lowp > lowp_f64vec3
Low double-precision floating-point vector of 3 components. 
quat fquat
Quaternion of default single-precision floating-point numbers. 
highp_f64mat2x3 f64mat2x3
Default double-precision floating-point 2x3 matrix. 
highp_u16vec3 u16vec3
Default precision 16 bit unsigned integer vector of 3 components type. 
highp_f32vec2 f32vec2
Default single-precision floating-point vector of 2 components. 
detail::uint8 lowp_uint8_t
Low precision 8 bit unsigned integer type. 
highp_f64mat4x4 highp_f64mat4
High double-precision floating-point 4x4 matrix. 
tvec3< i16, mediump > mediump_i16vec3
Medium precision 16 bit signed integer vector of 3 components type. 
highp_i16vec2 i16vec2
Default precision 16 bit signed integer vector of 2 components type. 
tmat4x2< f32, highp > highp_fmat4x2
High single-precision floating-point 4x2 matrix. 
highp_i64vec4 i64vec4
Default precision 64 bit signed integer vector of 4 components type. 
mediump_f32mat2x2 mediump_f32mat2
Medium single-precision floating-point 1x1 matrix. 
detail::float32 highp_float32_t
High 32 bit single-precision floating-point scalar. 
highp_fmat3x3 highp_fmat3
High single-precision floating-point 3x3 matrix. 
highp_f32vec2 fvec2
Default single-precision floating-point vector of 2 components. 
mediump_f32mat4x4 mediump_f32mat4
Medium single-precision floating-point 4x4 matrix. 
tmat3x2< f32, highp > highp_f32mat3x2
High single-precision floating-point 3x2 matrix. 
tvec3< float, lowp > lowp_fvec3
Low single-precision floating-point vector of 3 components. 
tvec3< float, mediump > mediump_fvec3
Medium Single-precision floating-point vector of 3 components. 
detail::int8 int8_t
8 bit signed integer type. 
mediump_fmat2x2 mediump_fmat2
Medium single-precision floating-point 1x1 matrix. 
highp_f32vec4 f32vec4
Default single-precision floating-point vector of 4 components. 
tmat2x2< f32, lowp > lowp_f32mat2x2
Low single-precision floating-point 1x1 matrix. 
detail::float32 lowp_float32_t
Low 32 bit single-precision floating-point scalar. 
detail::uint64 lowp_u64
Low precision 64 bit unsigned integer type. 
tvec3< u64, mediump > mediump_u64vec3
Medium precision 64 bit unsigned integer vector of 3 components type. 
tvec4< i8, lowp > lowp_i8vec4
Low precision 8 bit signed integer vector of 4 components type. 
highp_f32mat2x2 fmat2x2
Default single-precision floating-point 2x2 matrix. 
highp_i64vec3 i64vec3
Default precision 64 bit signed integer vector of 3 components type. 
tquat< f32, lowp > lowp_f32quat
Low single-precision floating-point quaternion. 
tmat4x3< f64, highp > highp_f64mat4x3
High double-precision floating-point 4x3 matrix. 
detail::uint64 mediump_uint64
Medium precision 64 bit unsigned integer type. 
detail::uint16 uint16
16 bit unsigned integer type. 
tvec1< u64, lowp > lowp_u64vec1
Low precision 64 bit unsigned integer scalar type. 
highp_f32mat4x3 fmat4x3
Default single-precision floating-point 4x3 matrix. 
tvec4< f64, lowp > lowp_f64vec4
Low double-precision floating-point vector of 4 components. 
tvec3< float, highp > highp_vec3
3 components vector of high single-precision floating-point numbers. 
tmat2x2< f32, lowp > lowp_fmat2x2
Low single-precision floating-point 1x1 matrix. 
tmat4x2< f32, highp > highp_f32mat4x2
High single-precision floating-point 4x2 matrix. 
tvec2< f64, mediump > mediump_f64vec2
Medium double-precision floating-point vector of 2 components. 
highp_fmat2x2 highp_fmat2
High single-precision floating-point 1x1 matrix. 
tmat2x3< f64, highp > highp_f64mat2x3
High double-precision floating-point 2x3 matrix. 
tvec4< u32, lowp > lowp_u32vec4
Low precision 32 bit unsigned integer vector of 4 components type. 
tvec4< float, highp > highp_fvec4
High Single-precision floating-point vector of 4 components. 
float64 highp_f64
High 64 bit double-precision floating-point scalar. 
tmat2x3< f32, mediump > mediump_f32mat2x3
Medium single-precision floating-point 2x3 matrix. 
tvec2< u64, lowp > lowp_u64vec2
Low precision 64 bit unsigned integer vector of 2 components type. 
lowp_fmat2x2 lowp_fmat2
Low single-precision floating-point 1x1 matrix. 
tvec1< f32, mediump > mediump_f32vec1
Medium single-precision floating-point vector of 1 component. 
tmat2x2< f32, highp > highp_f32mat2x2
High single-precision floating-point 1x1 matrix. 
highp_f32mat2x2 f32mat2x2
Default single-precision floating-point 2x2 matrix. 
f64mat4x4 f64mat4
Default double-precision floating-point 4x4 matrix. 
tmat4x2< f32, mediump > mediump_fmat4x2
Medium single-precision floating-point 4x2 matrix. 
tvec2< i16, mediump > mediump_i16vec2
Medium precision 16 bit signed integer vector of 2 components type. 
tvec3< i32, mediump > mediump_i32vec3
Medium precision 32 bit signed integer vector of 3 components type. 
tmat2x3< f32, highp > highp_fmat2x3
High single-precision floating-point 2x3 matrix. 
tmat4x3< f32, mediump > mediump_fmat4x3
Medium single-precision floating-point 4x3 matrix. 
tvec1< f64, mediump > mediump_f64vec1
Medium double-precision floating-point vector of 1 component. 
tvec2< i32, highp > highp_i32vec2
High precision 32 bit signed integer vector of 2 components type. 
highp_f32mat3x2 f32mat3x2
Default single-precision floating-point 3x2 matrix. 
detail::uint8 u8
8 bit unsigned integer type. 
detail::uint8 highp_uint8_t
Medium precision 8 bit unsigned integer type. 
highp_f64mat4x2 f64mat4x2
Default double-precision floating-point 4x2 matrix. 
f64mat2x2 f64mat2
Default double-precision floating-point 2x2 matrix. 
tvec2< u8, mediump > mediump_u8vec2
Medium precision 8 bit unsigned integer vector of 2 components type. 
highp_f64mat3x4 f64mat3x4
Default double-precision floating-point 3x4 matrix. 
detail::int64 lowp_int64_t
Low precision 64 bit signed integer type. 
detail::uint16 lowp_u16
Low precision 16 bit unsigned integer type. 
highp_u16vec2 u16vec2
Default precision 16 bit unsigned integer vector of 2 components type. 
tvec2< i64, highp > highp_i64vec2
High precision 64 bit signed integer vector of 2 components type. 
tmat4x3< f32, mediump > mediump_f32mat4x3
Medium single-precision floating-point 4x3 matrix. 
tquat< f32, mediump > mediump_f32quat
Medium single-precision floating-point quaternion. 
tvec4< float, lowp > lowp_vec4
4 components vector of low single-precision floating-point numbers. 
mediump_f32mat3x3 mediump_f32mat3
Medium single-precision floating-point 3x3 matrix. 
tvec3< i64, highp > highp_i64vec3
High precision 64 bit signed integer vector of 3 components type. 
highp_f32mat4x4 fmat4x4
Default single-precision floating-point 4x4 matrix. 
tmat4x4< f64, mediump > mediump_f64mat4x4
Medium double-precision floating-point 4x4 matrix. 
tmat4x4< f32, highp > highp_fmat4x4
High single-precision floating-point 4x4 matrix. 
tmat3x3< f32, highp > highp_fmat3x3
High single-precision floating-point 3x3 matrix. 
detail::uint64 highp_uint64
Medium precision 64 bit unsigned integer type. 
tvec1< float, mediump > mediump_vec1
Medium single-precision floating-point vector of 1 component. 
tvec4< f32, highp > highp_f32vec4
High single-precision floating-point vector of 4 components. 
tvec2< float, lowp > lowp_vec2
2 components vector of low single-precision floating-point numbers. 
tmat3x2< f32, lowp > lowp_f32mat3x2
Low single-precision floating-point 3x2 matrix. 
tvec3< u8, lowp > lowp_u8vec3
Low precision 8 bit unsigned integer vector of 3 components type. 
highp_u64vec1 u64vec1
Default precision 64 bit unsigned integer scalar type. 
tvec2< u32, highp > highp_u32vec2
High precision 32 bit unsigned integer vector of 2 components type. 
tmat3x3< f64, mediump > mediump_f64mat3x3
Medium double-precision floating-point 3x3 matrix. 
detail::int64 lowp_i64
Low precision 64 bit signed integer type. 
highp_f64vec3 f64vec3
Default double-precision floating-point vector of 3 components. 
tvec4< i64, mediump > mediump_i64vec4
Medium precision 64 bit signed integer vector of 4 components type. 
tquat< f32, highp > highp_f32quat
High single-precision floating-point quaternion. 
detail::int32 lowp_int32
Low precision 32 bit signed integer type. 
tvec3< i16, lowp > lowp_i16vec3
Low precision 16 bit signed integer vector of 3 components type. 
detail::uint16 lowp_uint16_t
Low precision 16 bit unsigned integer type. 
detail::int64 highp_i64
High precision 64 bit signed integer type. 
tvec2< u64, highp > highp_u64vec2
High precision 64 bit unsigned integer vector of 2 components type. 
detail::float32 highp_float32
High 32 bit single-precision floating-point scalar. 
detail::int32 highp_int32
High precision 32 bit signed integer type. 
highp_u32vec4 u32vec4
Default precision 32 bit unsigned integer vector of 4 components type. 
highp_u8vec2 u8vec2
Default precision 8 bit unsigned integer vector of 2 components type. 
tvec3< u16, mediump > mediump_u16vec3
Medium precision 16 bit unsigned integer vector of 3 components type. 
tvec2< f32, mediump > mediump_f32vec2
Medium single-precision floating-point vector of 2 components. 
highp_i16vec3 i16vec3
Default precision 16 bit signed integer vector of 3 components type. 
detail::int32 mediump_int32_t
Medium precision 32 bit signed integer type. 
mediump_f64mat4x4 mediump_f64mat4
Medium double-precision floating-point 4x4 matrix. 
tvec2< u16, highp > highp_u16vec2
High precision 16 bit unsigned integer vector of 2 components type. 
fmat4x4 fmat4
Default single-precision floating-point 4x4 matrix. 
tvec1< u16, mediump > mediump_u16vec1
Medium precision 16 bit unsigned integer scalar type. 
tquat< f64, lowp > lowp_f64quat
Low double-precision floating-point quaternion. 
tvec2< f32, highp > highp_f32vec2
High single-precision floating-point vector of 2 components. 
detail::uint16 mediump_u16
Medium precision 16 bit unsigned integer type. 
OpenGL Mathematics (glm.g-truc.net) 
tmat3x4< f32, lowp > lowp_fmat3x4
Low single-precision floating-point 3x4 matrix. 
tmat2x4< f32, mediump > mediump_fmat2x4
Medium single-precision floating-point 2x4 matrix. 
detail::uint16 highp_uint16_t
Medium precision 16 bit unsigned integer type. 
tmat4x2< f32, lowp > lowp_fmat4x2
Low single-precision floating-point 4x2 matrix. 
detail::float64 lowp_float64
Low 64 bit double-precision floating-point scalar. 
detail::uint32 mediump_uint32
Medium precision 32 bit unsigned integer type. 
tvec1< float, lowp > lowp_fvec1
Low single-precision floating-point vector of 1 component. 
detail::int8 i8
8 bit signed integer type. 
tvec4< i8, mediump > mediump_i8vec4
Medium precision 8 bit signed integer vector of 4 components type. 
OpenGL Mathematics (glm.g-truc.net) 
tvec2< i8, lowp > lowp_i8vec2
Low precision 8 bit signed integer vector of 2 components type. 
tvec3< i8, mediump > mediump_i8vec3
Medium precision 8 bit signed integer vector of 3 components type. 
tvec3< u16, lowp > lowp_u16vec3
Low precision 16 bit unsigned integer vector of 3 components type. 
detail::float32 lowp_float32
Low 32 bit single-precision floating-point scalar. 
highp_f64mat4x3 f64mat4x3
Default double-precision floating-point 4x3 matrix. 
tvec4< i16, mediump > mediump_i16vec4
Medium precision 16 bit signed integer vector of 4 components type. 
detail::uint64 uint64
64 bit unsigned integer type. 
tvec2< float, lowp > lowp_fvec2
Low single-precision floating-point vector of 2 components. 
tvec4< f32, lowp > lowp_f32vec4
Low single-precision floating-point vector of 4 components. 
highp_f32mat2x4 fmat2x4
Default single-precision floating-point 2x4 matrix. 
highp_f32mat3x4 fmat3x4
Default single-precision floating-point 3x4 matrix. 
tmat3x4< f64, highp > highp_f64mat3x4
High double-precision floating-point 3x4 matrix. 
tvec2< f32, lowp > lowp_f32vec2
Low single-precision floating-point vector of 2 components. 
detail::int16 lowp_i16
Low precision 16 bit signed integer type. 
float64 mediump_f64
Medium 64 bit double-precision floating-point scalar. 
highp_i32vec2 i32vec2
Default precision 32 bit signed integer vector of 2 components type. 
tmat4x3< f32, highp > highp_f32mat4x3
High single-precision floating-point 4x3 matrix. 
tmat3x3< f32, lowp > lowp_fmat3x3
Low single-precision floating-point 3x3 matrix. 
tvec4< u16, mediump > mediump_u16vec4
Medium precision 16 bit unsigned integer vector of 4 components type. 
detail::uint64 lowp_uint64
Low precision 64 bit unsigned integer type. 
detail::int64 highp_int64
High precision 64 bit signed integer type. 
tvec1< i8, highp > highp_i8vec1
High precision 8 bit signed integer scalar type. 
tquat< f64, highp > highp_f64quat
High double-precision floating-point quaternion. 
detail::float64 highp_float64
High 64 bit double-precision floating-point scalar. 
lowp_f64mat4x4 lowp_f64mat4
Low double-precision floating-point 4x4 matrix. 
tvec1< u64, highp > highp_u64vec1
High precision 64 bit unsigned integer scalar type. 
tvec2< float, highp > highp_fvec2
High Single-precision floating-point vector of 2 components. 
tmat3x2< f32, lowp > lowp_fmat3x2
Low single-precision floating-point 3x2 matrix. 
detail::uint32 mediump_u32
Medium precision 32 bit unsigned integer type. 
highp_i8vec3 i8vec3
Default precision 8 bit signed integer vector of 3 components type. 
tmat2x4< f32, highp > highp_f32mat2x4
High single-precision floating-point 2x4 matrix. 
lowp_f64mat3x3 lowp_f64mat3
Low double-precision floating-point 3x3 matrix. 
highp_f64mat2x2 f64mat2x2
Default double-precision floating-point 2x2 matrix. 
tmat3x2< f32, highp > highp_fmat3x2
High single-precision floating-point 3x2 matrix. 
tmat2x4< f32, mediump > mediump_f32mat2x4
Medium single-precision floating-point 2x4 matrix. 
detail::int64 mediump_int64_t
Medium precision 64 bit signed integer type. 
tvec2< i8, mediump > mediump_i8vec2
Medium precision 8 bit signed integer vector of 2 components type. 
tvec2< i32, lowp > lowp_i32vec2
Low precision 32 bit signed integer vector of 2 components type. 
tvec4< f64, highp > highp_f64vec4
High double-precision floating-point vector of 4 components. 
detail::uint32 mediump_uint32_t
Medium precision 32 bit unsigned integer type. 
tvec1< u32, lowp > lowp_u32vec1
Low precision 32 bit unsigned integer scalar type. 
tvec1< u8, highp > highp_u8vec1
High precision 8 bit unsigned integer scalar type. 
highp_u16vec1 u16vec1
Default precision 16 bit unsigned integer scalar type. 
highp_f32vec3 f32vec3
Default single-precision floating-point vector of 3 components. 
highp_f32vec1 fvec1
Default single-precision floating-point vector of 1 components. 
tmat3x3< f64, highp > highp_f64mat3x3
High double-precision floating-point 3x3 matrix. 
tvec3< u64, highp > highp_u64vec3
High precision 64 bit unsigned integer vector of 3 components type. 
tvec4< i64, highp > highp_i64vec4
High precision 64 bit signed integer vector of 4 components type. 
tvec1< u32, mediump > mediump_u32vec1
Medium precision 32 bit unsigned integer scalar type. 
highp_u64vec3 u64vec3
Default precision 64 bit unsigned integer vector of 3 components type. 
tvec2< i32, mediump > mediump_i32vec2
Medium precision 32 bit signed integer vector of 2 components type. 
highp_f64quat f64quat
Default double-precision floating-point quaternion. 
tvec2< f64, highp > highp_f64vec2
High double-precision floating-point vector of 2 components. 
tvec4< u8, lowp > lowp_u8vec4
Low precision 8 bit unsigned integer vector of 4 components type. 
detail::int16 mediump_i16
Medium precision 16 bit signed integer type. 
highp_u64vec2 u64vec2
Default precision 64 bit unsigned integer vector of 2 components type. 
highp_f32mat2x3 f32mat2x3
Default single-precision floating-point 2x3 matrix. 
detail::uint8 uint8
8 bit unsigned integer type. 
tvec2< i64, lowp > lowp_i64vec2
Low precision 64 bit signed integer vector of 2 components type. 
tvec1< u8, mediump > mediump_u8vec1
Medium precision 8 bit unsigned integer scalar type. 
tvec4< i16, lowp > lowp_i16vec4
Low precision 16 bit signed integer vector of 4 components type. 
highp_f32mat4x2 fmat4x2
Default single-precision floating-point 4x2 matrix. 
detail::uint32 uint32
32 bit unsigned integer type. 
detail::float32 mediump_float32
Medium 32 bit single-precision floating-point scalar. 
detail::uint32 uint32_t
32 bit unsigned integer type. 
tmat2x2< f64, highp > highp_f64mat2x2
High double-precision floating-point 1x1 matrix. 
detail::int32 int32_t
32 bit signed integer type. 
fmat2x2 fmat2
Default single-precision floating-point 2x2 matrix. 
highp_fmat4x4 highp_fmat4
High single-precision floating-point 4x4 matrix. 
highp_f32mat3x4 f32mat3x4
Default single-precision floating-point 3x4 matrix. 
detail::float32 mediump_float32_t
Medium 32 bit single-precision floating-point scalar. 
tvec2< u8, highp > highp_u8vec2
High precision 8 bit unsigned integer vector of 2 components type. 
tvec1< i32, mediump > mediump_i32vec1
Medium precision 32 bit signed integer scalar type. 
tvec1< u8, lowp > lowp_u8vec1
Low precision 8 bit unsigned integer scalar type. 
tmat4x3< f64, mediump > mediump_f64mat4x3
Medium double-precision floating-point 4x3 matrix. 
tmat4x2< f32, mediump > mediump_f32mat4x2
Medium single-precision floating-point 4x2 matrix. 
tmat3x4< f32, mediump > mediump_f32mat3x4
Medium single-precision floating-point 3x4 matrix. 
tvec1< u16, highp > highp_u16vec1
High precision 16 bit unsigned integer scalar type. 
tvec2< u64, mediump > mediump_u64vec2
Medium precision 64 bit unsigned integer vector of 2 components type. 
tvec4< u64, mediump > mediump_u64vec4
Medium precision 64 bit unsigned integer vector of 4 components type. 
tvec1< f32, lowp > lowp_f32vec1
Low single-precision floating-point vector of 1 component. 
detail::uint16 mediump_uint16
Medium precision 16 bit unsigned integer type. 
tmat2x4< f32, lowp > lowp_f32mat2x4
Low single-precision floating-point 2x4 matrix. 
detail::uint64 uint64_t
64 bit unsigned integer type. 
highp_i8vec2 i8vec2
Default precision 8 bit signed integer vector of 2 components type. 
highp_f32mat4x3 f32mat4x3
Default single-precision floating-point 4x3 matrix. 
tvec2< i8, highp > highp_i8vec2
High precision 8 bit signed integer vector of 2 components type. 
tvec4< i16, highp > highp_i16vec4
High precision 16 bit signed integer vector of 4 components type. 
tvec4< u8, mediump > mediump_u8vec4
Medium precision 8 bit unsigned integer vector of 4 components type. 
detail::int64 lowp_int64
Low precision 64 bit signed integer type. 
detail::int16 lowp_int16_t
Low precision 16 bit signed integer type. 
lowp_f32mat3x3 lowp_f32mat3
Low single-precision floating-point 3x3 matrix. 
tmat2x3< f64, lowp > lowp_f64mat2x3
Low double-precision floating-point 2x3 matrix. 
mediump_fmat3x3 mediump_fmat3
Medium single-precision floating-point 3x3 matrix. 
detail::uint8 mediump_uint8_t
Medium precision 8 bit unsigned integer type. 
detail::int16 mediump_int16
Medium precision 16 bit signed integer type. 
highp_float64_t float64_t
Default 64 bit double-precision floating-point scalar. 
tvec3< f32, lowp > lowp_f32vec3
Low single-precision floating-point vector of 3 components. 
detail::float64 highp_float64_t
High 64 bit double-precision floating-point scalar. 
tmat3x3< f32, highp > highp_f32mat3x3
High single-precision floating-point 3x3 matrix. 
tvec4< float, highp > highp_vec4
4 components vector of high single-precision floating-point numbers. 
tvec4< i32, lowp > lowp_i32vec4
Low precision 32 bit signed integer vector of 4 components type. 
lowp_fmat3x3 lowp_fmat3
Low single-precision floating-point 3x3 matrix. 
tvec1< f64, lowp > lowp_f64vec1
Low double-precision floating-point vector of 1 component. 
detail::uint16 uint16_t
16 bit unsigned integer type. 
tmat4x4< f64, lowp > lowp_f64mat4x4
Low double-precision floating-point 4x4 matrix. 
f64mat3x3 f64mat3
Default double-precision floating-point 3x3 matrix. 
tvec1< f32, highp > highp_f32vec1
High single-precision floating-point vector of 1 component. 
tvec3< u32, mediump > mediump_u32vec3
Medium precision 32 bit unsigned integer vector of 3 components type. 
tmat4x4< f32, mediump > mediump_fmat4x4
Medium single-precision floating-point 4x4 matrix. 
tvec3< u8, highp > highp_u8vec3
High precision 8 bit unsigned integer vector of 3 components type. 
highp_f32mat4x4 f32mat4x4
Default single-precision floating-point 4x4 matrix. 
tvec4< i64, lowp > lowp_i64vec4
Low precision 64 bit signed integer vector of 4 components type. 
highp_i8vec1 i8vec1
Default precision 8 bit signed integer scalar type. 
float32 mediump_f32
Medium 32 bit single-precision floating-point scalar. 
tvec3< f32, mediump > mediump_f32vec3
Medium single-precision floating-point vector of 3 components. 
tvec4< u32, mediump > mediump_u32vec4
Medium precision 32 bit unsigned integer vector of 4 components type. 
highp_f64mat3x3 f64mat3x3
Default double-precision floating-point 3x3 matrix. 
highp_i32vec4 i32vec4
Default precision 32 bit signed integer vector of 4 components type. 
highp_f32mat3x2 fmat3x2
Default single-precision floating-point 3x2 matrix. 
tvec3< i8, highp > highp_i8vec3
High precision 8 bit signed integer vector of 3 components type. 
highp_u8vec1 u8vec1
Default precision 8 bit unsigned integer scalar type. 
highp_float32_t f32
Default 32 bit single-precision floating-point scalar. 
tmat4x4< f64, highp > highp_f64mat4x4
High double-precision floating-point 4x4 matrix. 
detail::int8 lowp_i8
Low precision 8 bit signed integer type. 
OpenGL Mathematics (glm.g-truc.net) 
detail::int8 lowp_int8_t
Low precision 8 bit signed integer type. 
tmat3x4< f64, mediump > mediump_f64mat3x4
Medium double-precision floating-point 3x4 matrix. 
tvec1< u16, lowp > lowp_u16vec1
Low precision 16 bit unsigned integer scalar type. 
tvec3< f32, highp > highp_f32vec3
High single-precision floating-point vector of 3 components. 
detail::int32 highp_int32_t
32 bit signed integer type. 
f32mat4x4 f32mat4
Default single-precision floating-point 4x4 matrix. 
tvec4< i32, highp > highp_i32vec4
High precision 32 bit signed integer vector of 4 components type. 
detail::int64 mediump_int64
Medium precision 64 bit signed integer type. 
float float32
Default 32 bit single-precision floating-point scalar. 
detail::uint64 mediump_u64
Medium precision 64 bit unsigned integer type. 
detail::uint8 lowp_uint8
Low precision 8 bit unsigned integer type. 
highp_f32mat3x3 fmat3x3
Default single-precision floating-point 3x3 matrix. 
tvec1< u64, mediump > mediump_u64vec1
Medium precision 64 bit unsigned integer scalar type. 
highp_i8vec4 i8vec4
Default precision 8 bit signed integer vector of 4 components type. 
highp_f32vec3 fvec3
Default single-precision floating-point vector of 3 components. 
highp_u32vec1 u32vec1
Default precision 32 bit unsigned integer scalar type. 
tvec4< float, mediump > mediump_vec4
4 components vector of medium single-precision floating-point numbers. 
detail::uint8 lowp_u8
Low precision 8 bit unsigned integer type. 
tvec4< u64, lowp > lowp_u64vec4
Low precision 64 bit unsigned integer vector of 4 components type. 
tvec1< float, mediump > mediump_fvec1
Medium single-precision floating-point vector of 1 component. 
tvec1< i8, mediump > mediump_i8vec1
Medium precision 8 bit signed integer scalar type. 
detail::uint32 highp_uint32
Medium precision 32 bit unsigned integer type. 
tmat2x4< f64, highp > highp_f64mat2x4
High double-precision floating-point 2x4 matrix. 
detail::uint16 mediump_uint16_t
Medium precision 16 bit unsigned integer type. 
detail::uint64 mediump_uint64_t
Medium precision 64 bit unsigned integer type. 
float32 highp_f32
High 32 bit single-precision floating-point scalar. 
tvec2< u8, lowp > lowp_u8vec2
Low precision 8 bit unsigned integer vector of 2 components type. 
highp_i32vec3 i32vec3
Default precision 32 bit signed integer vector of 3 components type. 
detail::int32 int32
32 bit signed integer type. 
detail::uint8 highp_u8
Medium precision 8 bit unsigned integer type. 
highp_u8vec4 u8vec4
Default precision 8 bit unsigned integer vector of 4 components type. 
OpenGL Mathematics (glm.g-truc.net) 
tvec3< u16, highp > highp_u16vec3
High precision 16 bit unsigned integer vector of 3 components type. 
detail::int64 highp_int64_t
High precision 64 bit signed integer type. 
detail::int8 mediump_int8_t
Medium precision 8 bit signed integer type. 
detail::uint16 highp_uint16
Medium precision 16 bit unsigned integer type. 
tvec1< float, highp > highp_vec1
High single-precision floating-point vector of 1 component. 
highp_i64vec1 i64vec1
Default precision 64 bit signed integer scalar type. 
tmat4x2< f64, highp > highp_f64mat4x2
High double-precision floating-point 4x2 matrix. 
detail::uint32 highp_uint32_t
Medium precision 32 bit unsigned integer type. 
tvec3< f64, mediump > mediump_f64vec3
Medium double-precision floating-point vector of 3 components. 
tvec3< u8, mediump > mediump_u8vec3
Medium precision 8 bit unsigned integer vector of 3 components type. 
detail::int32 mediump_i32
Medium precision 32 bit signed integer type. 
lowp_fmat4x4 lowp_fmat4
Low single-precision floating-point 4x4 matrix. 
tmat3x3< f32, mediump > mediump_fmat3x3
Medium single-precision floating-point 3x3 matrix. 
tvec2< float, mediump > mediump_fvec2
Medium Single-precision floating-point vector of 2 components. 
detail::int8 highp_i8
High precision 8 bit signed integer type.