summaryrefslogtreecommitdiff
path: root/tools/gfx/d3d11/render-d3d11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx/d3d11/render-d3d11.cpp')
-rw-r--r--tools/gfx/d3d11/render-d3d11.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gfx/d3d11/render-d3d11.cpp b/tools/gfx/d3d11/render-d3d11.cpp
index 2aae21a6d..ee95d269f 100644
--- a/tools/gfx/d3d11/render-d3d11.cpp
+++ b/tools/gfx/d3d11/render-d3d11.cpp
@@ -308,9 +308,9 @@ protected:
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