Interface VulkanDescriptorSetAllocateInfoType

All Known Implementing Classes:
VulkanDescriptorSetAllocateInfo

@Immutable public interface VulkanDescriptorSetAllocateInfoType
See Also:
  • "VkDescriptorSetAllocateInfo"
  • Method Details

    • descriptorPool

      @Parameter VulkanDescriptorPoolType descriptorPool()
      Returns:
      The descriptor pool from which descriptor sets will be allocated
    • setLayouts

      @Parameter List<VulkanDescriptorSetLayoutType> setLayouts()
      Returns:
      An array of descriptor set layouts, with each member specifying how the corresponding descriptor set is allocated.