Interface VulkanDescriptorPoolSizeType
- All Known Implementing Classes:
VulkanDescriptorPoolSize
@Immutable
public interface VulkanDescriptorPoolSizeType
- See Also:
-
Method Summary
-
Method Details
-
type
- Returns:
- The type of descriptor.
-
descriptorCount
@Parameter int descriptorCount()- Returns:
- The number of descriptors of that type to allocate.
-