15#include "../detail/setup.hpp"
17#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
18# pragma message("GLM: GLM_EXT_scalar_uint_sized extension included")
24# if GLM_HAS_EXTENDED_INTEGER_TYPE
25 typedef std::uint8_t uint8;
26 typedef std::uint16_t uint16;
27 typedef std::uint32_t uint32;
29 typedef unsigned char uint8;
30 typedef unsigned short uint16;
31 typedef unsigned int uint32;
37 enum test {value = ~0};
43 enum test {value = ~0};
49 enum test {value = ~0};
detail::uint32 uint32
32 bit unsigned integer type.
Definition scalar_uint_sized.hpp:64
detail::uint8 uint8
8 bit unsigned integer type.
Definition scalar_uint_sized.hpp:58
detail::uint16 uint16
16 bit unsigned integer type.
Definition scalar_uint_sized.hpp:61
detail::uint64 uint64
64 bit unsigned integer type.
Definition scalar_uint_sized.hpp:67
detail namespace with internal helper functions
Definition json.h:249
Core features
Definition common.hpp:21