diff options
| author | raysan5 <[email protected]> | 2016-09-20 20:16:19 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2016-09-20 20:16:19 +0200 |
| commit | c5bf9623d155efc94325b1ecc311d66a8ee2a704 (patch) | |
| tree | 74958777dbfb6b344b10a40a9334aa834c30e24a /src/external/OculusSDK/LibOVR/Include/OVR_CAPI_GL.h | |
| parent | 79c8eb543ef93fbfbc4073c6c4ea71e22e7e02c4 (diff) | |
| download | raylib-c5bf9623d155efc94325b1ecc311d66a8ee2a704.tar.gz raylib-c5bf9623d155efc94325b1ecc311d66a8ee2a704.zip | |
Updated LibOVR to SDK version 1.8
Weird, OVR_Version.h still points to 1.7, probably a typo...
Diffstat (limited to 'src/external/OculusSDK/LibOVR/Include/OVR_CAPI_GL.h')
| -rw-r--r-- | src/external/OculusSDK/LibOVR/Include/OVR_CAPI_GL.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/external/OculusSDK/LibOVR/Include/OVR_CAPI_GL.h b/src/external/OculusSDK/LibOVR/Include/OVR_CAPI_GL.h index 81487947..1c073f46 100644 --- a/src/external/OculusSDK/LibOVR/Include/OVR_CAPI_GL.h +++ b/src/external/OculusSDK/LibOVR/Include/OVR_CAPI_GL.h @@ -9,6 +9,8 @@ #include "OVR_CAPI.h" +#if !defined(OVR_EXPORTING_CAPI) + /// Creates a TextureSwapChain suitable for use with OpenGL. /// /// \param[in] session Specifies an ovrSession previously returned by ovr_Create. @@ -95,5 +97,6 @@ OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetMirrorTextureBufferGL(ovrSession session, ovrMirrorTexture mirrorTexture, unsigned int* out_TexId); +#endif // !defined(OVR_EXPORTING_CAPI) #endif // OVR_CAPI_GL_h |
