Slab allocation of VkDescriptorPools

This commit is contained in:
Jack Andersen
2018-05-27 11:35:21 -10:00
parent f00d77415a
commit d5ec7bcc1e
2 changed files with 77 additions and 45 deletions

View File

@@ -46,7 +46,6 @@ struct VulkanContext
std::mutex m_queueLock;
VkDescriptorSetLayout m_descSetLayout = VK_NULL_HANDLE;
VkPipelineLayout m_pipelinelayout = VK_NULL_HANDLE;
VkDescriptorPool m_descPool = VK_NULL_HANDLE;
VkRenderPass m_pass = VK_NULL_HANDLE;
VkRenderPass m_passColorOnly = VK_NULL_HANDLE;
VkCommandPool m_loadPool = VK_NULL_HANDLE;