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