From 52b0cfc67b0377855eb1d1badbe76320a6f2727b Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Wed, 6 Jun 2018 09:08:56 -0700 Subject: Reworked RenderDeviceD3D12Impl to use ResourceReleaseQueue --- Graphics/GraphicsEngineVulkan/include/RenderDeviceVkImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineVulkan') 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 m_ReleaseQueue; }; } -- cgit v1.2.3