Modifying the platform neutral structures for consistent sizes on different platforms

This commit is contained in:
Brad Davis 2014-10-24 23:57:55 -07:00
parent fa2a0bdd8d
commit 454660b9dc

View File

@ -440,7 +440,7 @@ typedef struct ovrRenderAPIConfigHeader_
typedef struct ovrRenderAPIConfig_
{
ovrRenderAPIConfigHeader Header;
uintptr_t PlatformData[8];
uint32_t PlatformData[16];
} ovrRenderAPIConfig;
/// Platform-independent part of the eye texture descriptor.
@ -457,7 +457,7 @@ typedef struct ovrTextureHeader_
typedef struct ovrTexture_
{
ovrTextureHeader Header;
uintptr_t PlatformData[8];
uint32_t PlatformData[16];
} ovrTexture;