From f0c41bba0fcecd7ec775f1da315a03581e8cd4c0 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Wed, 3 Jan 2018 20:23:41 -0800 Subject: Added documentation --- Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineOpenGL') diff --git a/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGL.h b/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGL.h index 57b05b1a..afe3ab7a 100644 --- a/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGL.h +++ b/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGL.h @@ -59,7 +59,7 @@ public: /// Creates a buffer from OpenGL handle /// \param [in] GLHandle - OpenGL buffer handle - /// \param [in] TexDesc - Buffer description. The engine can automatically + /// \param [in] BuffDesc - Buffer description. The engine can automatically /// recover buffer size, but the rest of the fields need to /// be set by the client. /// \param [out] ppBuffer - Address of the memory location where the pointer to the -- cgit v1.2.3