From bdecaefe87db4ccfb8dc8700fb1bf23aff4b6a0d Mon Sep 17 00:00:00 2001 From: azhirnov Date: Wed, 19 Aug 2020 19:05:48 +0300 Subject: minor fixes and formatting --- Graphics/GraphicsEngineOpenGL/include/FramebufferGLImpl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineOpenGL') diff --git a/Graphics/GraphicsEngineOpenGL/include/FramebufferGLImpl.hpp b/Graphics/GraphicsEngineOpenGL/include/FramebufferGLImpl.hpp index 49ea8b84..743d7185 100644 --- a/Graphics/GraphicsEngineOpenGL/include/FramebufferGLImpl.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/FramebufferGLImpl.hpp @@ -42,7 +42,7 @@ namespace Diligent class FixedBlockMemoryAllocator; -/// Render pass implementation in Direct3D11 backend. +/// Render pass implementation in OpenGL backend. class FramebufferGLImpl final : public FramebufferBase { public: -- cgit v1.2.3