https://bugs.freedesktop.org/show_bug.cgi?id=107977
--- Comment #8 from Gustaw Smolarczyk <wielkie...@gmail.com> ---
Hi, I am just passing by.
I have found the following piece of code in Dolphin source code [1]:
VkDescriptorPoolCreateInfo pool_create_info =
{VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO,
nullptr,
0,
100000, // tweak this
static_cast<u32>(ArraySize(pool_sizes)),
pool_sizes};
maxSets is being set to 100000, which might be the source of this problem. I
like the comment next to it :)
[1]
https://github.com/dolphin-emu/dolphin/blob/master/Source/Core/VideoBackends/Vulkan/CommandBufferManager.cpp#L97
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev