Interface VulkanDescriptorPoolCreateInfoType

  • All Known Implementing Classes:
    VulkanDescriptorPoolCreateInfo

    @Immutable
    public interface VulkanDescriptorPoolCreateInfoType
    See Also:
    "VkDescriptorPoolCreateInfo"
    • Method Detail

      • maxSets

        @Parameter
        int maxSets()
        Returns:
        The maximum number of descriptor sets that can be allocated from the pool.
      • poolSizes

        @Parameter
        java.util.List<VulkanDescriptorPoolSize> poolSizes()
        Returns:
        An array of structures each containing a descriptor type and number of descriptors of that type to be allocated in the pool.