diff options
Diffstat (limited to 'tools/gfx/simple-render-pass-layout.h')
| -rw-r--r-- | tools/gfx/simple-render-pass-layout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gfx/simple-render-pass-layout.h b/tools/gfx/simple-render-pass-layout.h index 14fffe37f..ae3ef1166 100644 --- a/tools/gfx/simple-render-pass-layout.h +++ b/tools/gfx/simple-render-pass-layout.h @@ -21,8 +21,8 @@ public: IRenderPassLayout* getInterface(const Slang::Guid& guid); public: - Slang::ShortList<AttachmentAccessDesc> m_renderTargetAccesses; - AttachmentAccessDesc m_depthStencilAccess; + Slang::ShortList<TargetAccessDesc> m_renderTargetAccesses; + TargetAccessDesc m_depthStencilAccess; bool m_hasDepthStencil; void init(const IRenderPassLayout::Desc& desc); }; |
