Function TRAP::Graphics::API::VulkanInits::DescriptorPoolCreateInfo#
Function Documentation#
-
VkDescriptorPoolCreateInfo TRAP::Graphics::API::VulkanInits::DescriptorPoolCreateInfo(std::span<const VkDescriptorPoolSize> descriptorPoolSizes, u32 numDescriptorSets)#
Create a Vulkan descriptor pool create info.
- Parameters:
descriptorPoolSizes – Descriptor pool sizes to allocate by the pool.
numDescriptorSets – Max number of descriptor sets which should be allocated from the pool.
- Returns:
VkDescriptorPoolCreateInfo.