From 03a7b275d254f6db7267ff894aeebb58e2e6e72f Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 21 Jul 2018 20:31:41 -0700 Subject: Added IFence interface --- unityplugin/GhostCubePlugin/PluginSource/src/RenderAPI_D3D12.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'unityplugin/GhostCubePlugin/PluginSource') diff --git a/unityplugin/GhostCubePlugin/PluginSource/src/RenderAPI_D3D12.cpp b/unityplugin/GhostCubePlugin/PluginSource/src/RenderAPI_D3D12.cpp index 3850cf6..4f57a93 100644 --- a/unityplugin/GhostCubePlugin/PluginSource/src/RenderAPI_D3D12.cpp +++ b/unityplugin/GhostCubePlugin/PluginSource/src/RenderAPI_D3D12.cpp @@ -86,6 +86,11 @@ public: m_ResourcesToTransition.push_back(ResourceState); } + void SignalFence(ID3D12Fence* pFence, Uint64 Value) + { + UNSUPPORTED("Signalling fence via unity command graphics is not supported"); + } + private: IUnityGraphicsD3D12v2* const m_pUnityGraphicsD3D12; HANDLE m_WaitForGPUEventHandle = {}; -- cgit v1.2.3