mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-08 23:05:46 +00:00
Allocate dynamic SSBO descriptors in our debug descriptor pool
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user