From 3190c4006a6df1416673d322fe2885fdbe3b8359 Mon Sep 17 00:00:00 2001 From: assiduous Date: Sun, 12 Jan 2020 22:36:11 -0800 Subject: Updated core (fixed few issues with queries) --- unityplugin/GhostCubePlugin/PluginSource/src/RenderAPI_D3D12.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unityplugin/GhostCubePlugin/PluginSource') diff --git a/unityplugin/GhostCubePlugin/PluginSource/src/RenderAPI_D3D12.cpp b/unityplugin/GhostCubePlugin/PluginSource/src/RenderAPI_D3D12.cpp index af707ab..05c76d9 100644 --- a/unityplugin/GhostCubePlugin/PluginSource/src/RenderAPI_D3D12.cpp +++ b/unityplugin/GhostCubePlugin/PluginSource/src/RenderAPI_D3D12.cpp @@ -43,7 +43,7 @@ public: IMPLEMENT_QUERY_INTERFACE_IN_PLACE( IID_CommandQueueD3D12, TBase ) // Returns the fence value that will be signaled next time - virtual Uint64 GetNextFenceValue()override final + virtual Uint64 GetNextFenceValue()const override final { return m_pUnityGraphicsD3D12->GetNextFrameFenceValue(); } -- cgit v1.2.3