mirror of
https://github.com/g-truc/glm.git
synced 2026-08-04 12:28:57 +00:00
Improved int64 type for C99 support
This commit is contained in:
@@ -31,7 +31,7 @@ namespace extractField
|
||||
result Result;
|
||||
};
|
||||
|
||||
typedef type<glm::uint64, glm::uint> typeU64;
|
||||
typedef type<glm::uint64, glm::uint32> typeU64;
|
||||
|
||||
typeU64 const Data64[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user