From 9599613c63f7b415c102a03fc406b4152c4858ef Mon Sep 17 00:00:00 2001 From: assiduous Date: Fri, 18 Sep 2020 13:57:37 -0700 Subject: Updated ShaderResourceBindingBase: using PSO implementation type for the pointers --- .../include/ShaderResourceBindingMtlImpl.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Graphics/GraphicsEngineMetal') diff --git a/Graphics/GraphicsEngineMetal/include/ShaderResourceBindingMtlImpl.h b/Graphics/GraphicsEngineMetal/include/ShaderResourceBindingMtlImpl.h index 2b33c4b4..70b2cfde 100644 --- a/Graphics/GraphicsEngineMetal/include/ShaderResourceBindingMtlImpl.h +++ b/Graphics/GraphicsEngineMetal/include/ShaderResourceBindingMtlImpl.h @@ -34,16 +34,16 @@ namespace Diligent { -class FixedBlockMemoryAllocator; +class PipelineStateMtlImpl; /// Implementation of the Diligent::IShaderResourceBindingMtl interface -class ShaderResourceBindingMtlImpl final : public ShaderResourceBindingBase +class ShaderResourceBindingMtlImpl final : public ShaderResourceBindingBase { public: - using TBase = ShaderResourceBindingBase; + using TBase = ShaderResourceBindingBase; - ShaderResourceBindingMtlImpl(IReferenceCounters* pRefCounters, - class PipelineStateMtlImpl* pPSO, - bool IsInternal); + ShaderResourceBindingMtlImpl(IReferenceCounters* pRefCounters, + PipelineStateMtlImpl* pPSO, + bool IsInternal); ~ShaderResourceBindingMtlImpl(); virtual void QueryInterface(const Diligent::INTERFACE_ID& IID, IObject** ppInterface) override final; -- cgit v1.2.3