https://bugs.freedesktop.org/show_bug.cgi?id=110815

--- Comment #3 from Alex Fuller <bober...@gmail.com> ---
If this helps, the debugger reports the amount of descriptor pool sizes and max
sets here before the vkCreateDescriptorPool call:
poolCreateInfo.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO;
poolCreateInfo.pNext = NULL;
poolCreateInfo.poolSizeCount = 12;
poolCreateInfo.pPoolSizes = pPoolSizes; (.descriptorCount = 12, type =
VK_DESCRIPTOR_TYPE_SAMPLER)
poolCreateInfo.flags = 0;
poolCreateInfo.maxSets = 33;

The last argument looks like a valid empty calloc'd VkDescriptorPool being
passed in.

Cheers.

-- 
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

Reply via email to