Interface VulkanDescriptorSetAllocateInfoType
- All Known Implementing Classes:
VulkanDescriptorSetAllocateInfo
@Immutable
public interface VulkanDescriptorSetAllocateInfoType
- See Also:
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
descriptorPool
VulkanDescriptorPoolType descriptorPool()- Returns:
- The descriptor pool from which descriptor sets will be allocated
-
setLayouts
List<VulkanDescriptorSetLayoutType> setLayouts()- Returns:
- An array of descriptor set layouts, with each member specifying how the corresponding descriptor set is allocated.
-