diff options
| author | azhirnov <zh1dron@gmail.com> | 2020-08-19 16:05:48 +0000 |
|---|---|---|
| committer | azhirnov <zh1dron@gmail.com> | 2020-08-19 16:05:48 +0000 |
| commit | bdecaefe87db4ccfb8dc8700fb1bf23aff4b6a0d (patch) | |
| tree | dd9d2191ea743af87b5f41abd5c2cf96917a5d5d /Graphics/GraphicsEngineOpenGL | |
| parent | Added root signature for DrawMeshIndirect, added some checks (diff) | |
| download | DiligentCore-bdecaefe87db4ccfb8dc8700fb1bf23aff4b6a0d.tar.gz DiligentCore-bdecaefe87db4ccfb8dc8700fb1bf23aff4b6a0d.zip | |
minor fixes and formatting
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
| -rw-r--r-- | Graphics/GraphicsEngineOpenGL/include/FramebufferGLImpl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<IFramebuffer, RenderDeviceGLImpl> { public: |
