Interface VulkanDescriptorPoolCreateInfoType
- All Known Implementing Classes:
VulkanDescriptorPoolCreateInfo
@Immutable
public interface VulkanDescriptorPoolCreateInfoType
- See Also:
-
Method Details
-
flags
Set<VulkanDescriptorPoolCreateFlag> flags()- Returns:
- The flags specifying certain supported operations on the pool.
-
maxSets
@Default default int maxSets()- Returns:
- The maximum number of descriptor sets that can be allocated from the pool.
-
poolSizes
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.
-