Function TRAP::Graphics::API::VulkanInits::QueryPoolCreateInfo# Function Documentation# constexpr VkQueryPoolCreateInfo TRAP::Graphics::API::VulkanInits::QueryPoolCreateInfo(u32 count, VkQueryType queryType) noexcept# Create a Vulkan query pool create info. Parameters: count – Number of queries to manage by the pool. queryType – Vulkan query type. Returns: VkQueryPoolCreateInfo.