diff options
Diffstat (limited to 'Graphics/GraphicsEngineMetal')
| -rw-r--r-- | Graphics/GraphicsEngineMetal/src/DeviceContextMtlImpl.mm | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
