mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Account for allocating fixed samplers in debug descriptor pool
This commit is contained in:
@@ -1656,6 +1656,7 @@ void VulkanReplay::GeneralMisc::Init(WrappedVulkan *driver, VkDescriptorPool des
|
||||
{VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, 128},
|
||||
{VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC, 128},
|
||||
{VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER, 64},
|
||||
{VK_DESCRIPTOR_TYPE_SAMPLER, 32},
|
||||
{VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, 32},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user