Account for allocating fixed samplers in debug descriptor pool

This commit is contained in:
baldurk
2019-05-24 15:26:45 +01:00
parent 0e7d1cd62a
commit 8ad78afda8
+1
View File
@@ -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},
};