Interface VulkanDescriptorSetAllocateInfoType

  • All Known Implementing Classes:
    VulkanDescriptorSetAllocateInfo

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

      • descriptorPool

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

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