aboutsummaryrefslogtreecommitdiff
path: root/src/external/OculusSDK/LibOVR/Include/OVR_CAPI_GL.h
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2016-07-04 18:34:02 +0200
committerraysan5 <raysan5@gmail.com>2016-07-04 18:34:02 +0200
commit8bdd03eeac8cf91eb8eb9a5a0a1c434135a3c9a6 (patch)
tree114955feb01c966e4811f59af4cdb990e1208787 /src/external/OculusSDK/LibOVR/Include/OVR_CAPI_GL.h
parent2f9abe6e1388a84d662eb12e62bbcccc7eccd9d0 (diff)
downloadraylib-8bdd03eeac8cf91eb8eb9a5a0a1c434135a3c9a6.tar.gz
raylib-8bdd03eeac8cf91eb8eb9a5a0a1c434135a3c9a6.zip
Updated Oculus PC SDK to version 1.5
Diffstat (limited to 'src/external/OculusSDK/LibOVR/Include/OVR_CAPI_GL.h')
-rw-r--r--src/external/OculusSDK/LibOVR/Include/OVR_CAPI_GL.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/external/OculusSDK/LibOVR/Include/OVR_CAPI_GL.h b/src/external/OculusSDK/LibOVR/Include/OVR_CAPI_GL.h
index 1658ca57..81487947 100644
--- a/src/external/OculusSDK/LibOVR/Include/OVR_CAPI_GL.h
+++ b/src/external/OculusSDK/LibOVR/Include/OVR_CAPI_GL.h
@@ -15,7 +15,7 @@
/// \param[in] desc Specifies the requested texture properties. See notes for more info about texture format.
/// \param[out] out_TextureSwapChain Returns the created ovrTextureSwapChain, which will be valid upon
/// a successful return value, else it will be NULL. This texture swap chain must be eventually
-/// destroyed via ovr_DestroyTextureSwapChain before destroying the HMD with ovr_Destroy.
+/// destroyed via ovr_DestroyTextureSwapChain before destroying the session with ovr_Destroy.
///
/// \return Returns an ovrResult indicating success or failure. In the case of failure, use
/// ovr_GetLastErrorInfo to get more information.
@@ -64,7 +64,7 @@ OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetTextureSwapChainBufferGL(ovrSession sessio
/// \param[in] session Specifies an ovrSession previously returned by ovr_Create.
/// \param[in] desc Specifies the requested mirror texture description.
/// \param[out] out_MirrorTexture Specifies the created ovrMirrorTexture, which will be valid upon a successful return value, else it will be NULL.
-/// This texture must be eventually destroyed via ovr_DestroyMirrorTexture before destroying the HMD with ovr_Destroy.
+/// This texture must be eventually destroyed via ovr_DestroyMirrorTexture before destroying the session with ovr_Destroy.
///
/// \return Returns an ovrResult indicating success or failure. In the case of failure, use
/// ovr_GetLastErrorInfo to get more information.