Improved int64 type for C99 support
This commit is contained in:
parent
aa92c76da2
commit
d868e52275
@ -31,6 +31,9 @@
|
|||||||
|
|
||||||
#include "setup.hpp"
|
#include "setup.hpp"
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
#if(defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L))
|
||||||
|
#include <cstdint>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace glm{
|
namespace glm{
|
||||||
namespace detail
|
namespace detail
|
||||||
|
@ -31,7 +31,7 @@ namespace extractField
|
|||||||
result Result;
|
result Result;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef type<glm::uint64, glm::uint> typeU64;
|
typedef type<glm::uint64, glm::uint32> typeU64;
|
||||||
|
|
||||||
typeU64 const Data64[] =
|
typeU64 const Data64[] =
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user