◆ AllocateDescriptorSets()
Allocates descriptor sets from the pool based on the provided allocation info.
- Parameters
-
| InDescriptorSetAllocateInfo | Information about the descriptor set allocation |
| OutSets | Pointer to an array where allocated descriptor sets will be stored |
- Returns
- VkDescriptorSet The first allocated descriptor set handle
- Since
- Karma 1.0.0
◆ GetHandle()
| VkDescriptorPool Karma::FVulkanDescriptorPool::GetHandle |
( |
| ) |
const |
|
inline |
Retrieves the Vulkan descriptor pool handle.
- Returns
- VkDescriptorPool The Vulkan descriptor pool handle.
- Since
- Karma 1.0.0
The documentation for this class was generated from the following files:
- Karma/src/Platform/Vulkan/VulkanRHI/VulkanDescriptorSets.h
- Karma/src/Platform/Vulkan/VulkanRHI/VulkanDescriptorSets.cpp