Allocate dynamic SSBO descriptors in our debug descriptor pool

This commit is contained in:
baldurk
2023-11-20 13:59:21 +00:00
parent 0d9ea809dd
commit 7db65dc01b
+1
View File
@@ -3301,6 +3301,7 @@ void VulkanReplay::GeneralMisc::Init(WrappedVulkan *driver, VkDescriptorPool des
{VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER, 64},
{VK_DESCRIPTOR_TYPE_SAMPLER, 64},
{VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, 32},
{VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC, 32},
};
VkDescriptorPoolCreateInfo descPoolInfo = {