From eaf6da9e6276a390885ab6835041f238229e580a Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 8 Sep 2019 15:38:04 -0700 Subject: Fixed Metal build error --- Graphics/GraphicsEngineMetal/src/DeviceContextMtlImpl.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineMetal') diff --git a/Graphics/GraphicsEngineMetal/src/DeviceContextMtlImpl.mm b/Graphics/GraphicsEngineMetal/src/DeviceContextMtlImpl.mm index bd975afe..87c3b3ee 100644 --- a/Graphics/GraphicsEngineMetal/src/DeviceContextMtlImpl.mm +++ b/Graphics/GraphicsEngineMetal/src/DeviceContextMtlImpl.mm @@ -376,7 +376,7 @@ namespace Diligent LOG_ERROR_MESSAGE("DeviceContextMtlImpl::SignalFence() is not implemented"); } - void DeviceContextD3D11Impl::Wait(IFence* pFence, Uint64 Value) + void DeviceContextMtlImpl::Wait(IFence* pFence, Uint64 Value) { VERIFY(!m_bIsDeferred, "Fence can only be waited from immediate context"); Flush(); -- cgit v1.2.3