Modifying the platform neutral structures for consistent sizes on different platforms
This commit is contained in:
parent
fa2a0bdd8d
commit
454660b9dc
@ -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;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user