Go to the documentation of this file.
   43 #ifndef GLM_GTC_type_precision 
   44 #define GLM_GTC_type_precision GLM_VERSION 
   48 #include "../gtc/half_float.hpp" 
   49 #include "../gtc/quaternion.hpp" 
   51 #if(defined(GLM_MESSAGES) && !defined(glm_ext)) 
   52 #       pragma message("GLM: GLM_GTC_type_precision extension included") 
   99         typedef detail::int8 
i8;
 
  103         typedef detail::int16 
i16;
 
  107         typedef detail::int32 
i32;
 
  111         typedef detail::int64 
i64;
 
  221         typedef detail::uint8 
u8;
 
  225         typedef detail::uint16 
u16;
 
  229         typedef detail::uint32 
u32;
 
  233         typedef detail::uint64 
u64;
 
  667 #include "type_precision.inl" 
  669 #endif//GLM_GTC_type_precision