diff options
Diffstat (limited to 'tools/gfx/open-gl/render-gl.cpp')
| -rw-r--r-- | tools/gfx/open-gl/render-gl.cpp | 4 |
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 |
