summaryrefslogtreecommitdiffstats
path: root/tools/gfx/open-gl/render-gl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx/open-gl/render-gl.cpp')
-rw-r--r--tools/gfx/open-gl/render-gl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gfx/open-gl/render-gl.cpp b/tools/gfx/open-gl/render-gl.cpp
index 8c596cebb..0cf05e665 100644
--- a/tools/gfx/open-gl/render-gl.cpp
+++ b/tools/gfx/open-gl/render-gl.cpp
@@ -362,9 +362,9 @@ public:
class FramebufferLayoutImpl : public FramebufferLayoutBase
{
public:
- ShortList<IFramebufferLayout::AttachmentLayout> m_renderTargets;
+ ShortList<IFramebufferLayout::TargetLayout> m_renderTargets;
bool m_hasDepthStencil = false;
- IFramebufferLayout::AttachmentLayout m_depthStencil;
+ IFramebufferLayout::TargetLayout m_depthStencil;
};
class FramebufferImpl : public FramebufferBase