diff options
author | Sven Gothel <[email protected]> | 2014-06-25 12:39:48 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-06-25 12:39:48 +0200 |
commit | 008b3512be183cefc82e051b36c7a74d53c4906d (patch) | |
tree | da1c8d5dd410c5a120d722de47082ff86bfcac6c /make/config/oculusvr/oculusvr-common.cfg | |
parent | a515faf5e7d679b7ad87a05fa8fc81ab148bcd41 (diff) |
Bug 1021: OVR GlueGen Mapping: Compile all generated C files, add missing C ovrHmdStruct in generated files, reduce warnings.
Diffstat (limited to 'make/config/oculusvr/oculusvr-common.cfg')
-rw-r--r-- | make/config/oculusvr/oculusvr-common.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/make/config/oculusvr/oculusvr-common.cfg b/make/config/oculusvr/oculusvr-common.cfg index c1e4d9cfd..eb01cf067 100644 --- a/make/config/oculusvr/oculusvr-common.cfg +++ b/make/config/oculusvr/oculusvr-common.cfg @@ -20,6 +20,11 @@ Opaque boolean ovrBool # Not implemented in SDK !? Ignore ovrHmd_ProcessLatencyTest +# Not native sized: CType['uintptr_t *', size [fixed false, lnx64 64], [array*1]] +Ignore ovrRenderAPIConfig.PlatformData +# Not native sized: CType['uintptr_t *', size [fixed false, lnx64 64], [array*1]] +Ignore ovrTexture.PlatformData + # These routines use or return strings ReturnsString ovrHmd_GetLastError ReturnsString ovrHmd_GetLatencyTestResult |