summaryrefslogtreecommitdiffstats
path: root/unityplugin/GhostCubePlugin/PluginSource
diff options
context:
space:
mode:
Diffstat (limited to 'unityplugin/GhostCubePlugin/PluginSource')
-rw-r--r--unityplugin/GhostCubePlugin/PluginSource/src/RenderAPI_D3D12.cpp5
1 files changed, 5 insertions, 0 deletions
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 = {};