|
|
|
@ -43,6 +43,8 @@ typedef std::uint32_t UnsignedInt; |
|
|
|
typedef std::int32_t Int; |
|
|
|
typedef std::int32_t Int; |
|
|
|
typedef std::uint64_t UnsignedLong; |
|
|
|
typedef std::uint64_t UnsignedLong; |
|
|
|
typedef std::int64_t Long; |
|
|
|
typedef std::int64_t Long; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** @todo C++14: use std::float32_t and std::float_64t [N3626](http://open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3626.pdf) */ |
|
|
|
typedef float Float; |
|
|
|
typedef float Float; |
|
|
|
|
|
|
|
|
|
|
|
#ifndef MAGNUM_TARGET_GLES |
|
|
|
#ifndef MAGNUM_TARGET_GLES |
|
|
|
|