diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-06-06 16:08:56 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-06-06 16:08:56 +0000 |
| commit | 52b0cfc67b0377855eb1d1badbe76320a6f2727b (patch) | |
| tree | c02589ef03ba9c88e6a4381ce3b6fd73aef8357b /Graphics/GraphicsEngineVulkan | |
| parent | Added ResourceReleaseQueue class (diff) | |
| download | DiligentCore-52b0cfc67b0377855eb1d1badbe76320a6f2727b.tar.gz DiligentCore-52b0cfc67b0377855eb1d1badbe76320a6f2727b.zip | |
Reworked RenderDeviceD3D12Impl to use ResourceReleaseQueue
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
| -rw-r--r-- | Graphics/GraphicsEngineVulkan/include/RenderDeviceVkImpl.h | 2 |
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; }; } |
