| Spices::VulkanDescriptorPool::VulkanDescriptorPool | ( | VulkanState & | vulkanState, |
| uint32_t | maxSets, | ||
| VkDescriptorPoolCreateFlags | poolFlags, | ||
| const std::vector< VkDescriptorPoolSize > & | poolSizes ) |
Constructor Function.
| [in] | vulkanState | The core vulkan objects that in use. |
| [in] | maxSets | The maximum descriptor set count this pool can assign. |
| [in] | poolFlags | The specific VkDescriptorPool type identify. |
| [in] | poolSizes | The vector of specific descriptor type's max count. |
Instance a VkDescriptorPoolCreateInfo.
Create a VkDescriptorPool.
Instance a VkDescriptorPoolCreateInfo.
Create a VkDescriptorPool.
Definition at line 51 of file VulkanDescriptor.cpp.
References Spices::VulkanObject::VulkanObject().