summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-06-06 16:08:56 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-06-06 16:08:56 +0000
commit52b0cfc67b0377855eb1d1badbe76320a6f2727b (patch)
treec02589ef03ba9c88e6a4381ce3b6fd73aef8357b /Graphics/GraphicsEngineVulkan
parentAdded ResourceReleaseQueue class (diff)
downloadDiligentCore-52b0cfc67b0377855eb1d1badbe76320a6f2727b.tar.gz
DiligentCore-52b0cfc67b0377855eb1d1badbe76320a6f2727b.zip
Reworked RenderDeviceD3D12Impl to use ResourceReleaseQueue
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
-rw-r--r--Graphics/GraphicsEngineVulkan/include/RenderDeviceVkImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineVulkan/include/RenderDeviceVkImpl.h b/Graphics/GraphicsEngineVulkan/include/RenderDeviceVkImpl.h
index 8998b187..6b462a99 100644
--- a/Graphics/GraphicsEngineVulkan/include/RenderDeviceVkImpl.h
+++ b/Graphics/GraphicsEngineVulkan/include/RenderDeviceVkImpl.h
@@ -203,7 +203,7 @@ private:
CommandPoolManager m_TransientCmdPoolMgr;
VulkanUtilities::VulkanMemoryManager m_MemoryMgr;
- ResourceReleaseQueue<> m_ReleaseQueue;
+ ResourceReleaseQueue<DynamicStaleResourceWrapper> m_ReleaseQueue;
};
}