diff options
| author | raysan5 <raysan5@gmail.com> | 2016-07-04 18:34:02 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2016-07-04 18:34:02 +0200 |
| commit | 8bdd03eeac8cf91eb8eb9a5a0a1c434135a3c9a6 (patch) | |
| tree | 114955feb01c966e4811f59af4cdb990e1208787 /src/external/OculusSDK/LibOVR/Include/OVR_CAPI_D3D.h | |
| parent | 2f9abe6e1388a84d662eb12e62bbcccc7eccd9d0 (diff) | |
| download | raylib-8bdd03eeac8cf91eb8eb9a5a0a1c434135a3c9a6.tar.gz raylib-8bdd03eeac8cf91eb8eb9a5a0a1c434135a3c9a6.zip | |
Updated Oculus PC SDK to version 1.5
Diffstat (limited to 'src/external/OculusSDK/LibOVR/Include/OVR_CAPI_D3D.h')
| -rw-r--r-- | src/external/OculusSDK/LibOVR/Include/OVR_CAPI_D3D.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/external/OculusSDK/LibOVR/Include/OVR_CAPI_D3D.h b/src/external/OculusSDK/LibOVR/Include/OVR_CAPI_D3D.h index 50806bca..982af8f0 100644 --- a/src/external/OculusSDK/LibOVR/Include/OVR_CAPI_D3D.h +++ b/src/external/OculusSDK/LibOVR/Include/OVR_CAPI_D3D.h @@ -25,7 +25,7 @@ /// \param[in] desc Specifies requested texture properties. See notes for more info about texture format. /// \param[in] bindFlags Specifies what ovrTextureBindFlags the application requires for this texture chain. /// \param[out] out_TextureSwapChain Returns the created ovrTextureSwapChain, which will be valid upon a successful return value, else it will be NULL. -/// This texture chain must be eventually destroyed via ovr_DestroyTextureSwapChain before destroying the HMD with ovr_Destroy. +/// This texture chain must be eventually 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. @@ -88,7 +88,7 @@ OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetTextureSwapChainBufferDX(ovrSession sessio /// which must be the same one the application renders to the textures with. /// \param[in] desc Specifies requested texture properties. See notes for more info about texture format. /// \param[out] out_MirrorTexture Returns 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. |
