summaryrefslogtreecommitdiffstats
path: root/unityplugin/GhostCubePlugin/PluginSource
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-01-13 06:36:11 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-01-13 06:36:11 +0000
commit3190c4006a6df1416673d322fe2885fdbe3b8359 (patch)
tree02b262b80db20642082457798ab58de4dacfc1a4 /unityplugin/GhostCubePlugin/PluginSource
parentUpdated submodules (updated install paths, closed https://github.com/Diligent... (diff)
downloadDiligentEngine-3190c4006a6df1416673d322fe2885fdbe3b8359.tar.gz
DiligentEngine-3190c4006a6df1416673d322fe2885fdbe3b8359.zip
Updated core (fixed few issues with queries)
Diffstat (limited to 'unityplugin/GhostCubePlugin/PluginSource')
-rw-r--r--unityplugin/GhostCubePlugin/PluginSource/src/RenderAPI_D3D12.cpp2
1 files changed, 1 insertions, 1 deletions
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();
}