From ca86ce28829987fce2df4a81da976e6b18e17ad1 Mon Sep 17 00:00:00 2001 From: lucy96chen <47800040+lucy96chen@users.noreply.github.com> Date: Wed, 4 May 2022 11:44:24 -0700 Subject: Changed all uses of attachment (in the context of render/depth stencil targets) to target (#2214) Co-authored-by: Theresa Foley <10618364+tangent-vector@users.noreply.github.com> --- tools/gfx/d3d11/render-d3d11.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/gfx/d3d11/render-d3d11.cpp') 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 m_renderTargets; + ShortList m_renderTargets; bool m_hasDepthStencil = false; - IFramebufferLayout::AttachmentLayout m_depthStencil; + IFramebufferLayout::TargetLayout m_depthStencil; }; class FramebufferImpl : public FramebufferBase -- cgit v1.2.3