summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-09-18 16:12:16 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-09-18 16:12:16 +0000
commitf758fc53ec95113a5fbb7453cec8b1c79922e6b0 (patch)
treed92a44473f2f9a1dea287ca80fbb8f034b5b4e38 /Graphics/GraphicsEngineOpenGL
parentD3D12 backend: updated debug interface settings (diff)
downloadDiligentCore-f758fc53ec95113a5fbb7453cec8b1c79922e6b0.tar.gz
DiligentCore-f758fc53ec95113a5fbb7453cec8b1c79922e6b0.zip
Fixed typos
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
-rw-r--r--Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGL.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGL.h b/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGL.h
index b5b03671..844b7f46 100644
--- a/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGL.h
+++ b/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGL.h
@@ -51,7 +51,7 @@ public:
/// \param [out] ppTexture - Address of the memory location where the pointer to the
/// texture interface will be stored.
/// The function calls AddRef(), so that the new object will contain
- /// one refernce.
+ /// one reference.
/// \note Diligent engine texture object does not take ownership of the GL resource,
/// and the application must not destroy it while it is in use by the engine.
virtual void CreateTextureFromGLHandle(Uint32 GLHandle,
@@ -69,7 +69,7 @@ public:
/// \param [out] ppBuffer - Address of the memory location where the pointer to the
/// texture interface will be stored.
/// The function calls AddRef(), so that the new object will contain
- /// one refernce.
+ /// one reference.
/// \note Diligent engine buffer object does not take ownership of the GL resource,
/// and the application must not destroy it while it is in use by the engine.
virtual void CreateBufferFromGLHandle(Uint32 GLHandle,