From f758fc53ec95113a5fbb7453cec8b1c79922e6b0 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Wed, 18 Sep 2019 09:12:16 -0700 Subject: Fixed typos --- Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGL.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Graphics/GraphicsEngineOpenGL') 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, -- cgit v1.2.3