summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan
diff options
context:
space:
mode:
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;
};
}