mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(Vulkan) Double combined image sampler descriptor pool size (#13467)
This commit is contained in:
parent
ad4f6176ff
commit
3e3cf904ca
@ -669,7 +669,7 @@ static void vulkan_init_descriptor_pool(vk_t *vk)
|
||||
unsigned i;
|
||||
static const VkDescriptorPoolSize pool_sizes[2] = {
|
||||
{ VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, VULKAN_DESCRIPTOR_MANAGER_BLOCK_SETS },
|
||||
{ VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, VULKAN_DESCRIPTOR_MANAGER_BLOCK_SETS },
|
||||
{ VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, VULKAN_DESCRIPTOR_MANAGER_BLOCK_SETS * 2 },
|
||||
};
|
||||
|
||||
for (i = 0; i < vk->num_swapchain_images; i++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user