#Maximum VkQueryPoolCreateInfo::queryCount?

1 messages · Page 1 of 1 (latest)

velvet basin
#

Hi all, when you create a VkQueryPool you can specify its size but I'm struggling to find the maximum size it could be. There's a lower bound on VkQueryPoolCreateInfo::queryCount (VUID-VkQueryPoolCreateInfo-queryCount-02763) which is 1.

There's nothing obvious in VkPhysicalDeviceLimits and there's no query type for it.

#

I should add that I'm asking out of curiosity, I'm not trying to create 20 million queries!

spark ledge
#

if there is no VUID for it then it means there is no queryable limit within vulkan