Interface VulkanDescriptorPoolSizeType

All Known Implementing Classes:
VulkanDescriptorPoolSize

@Immutable public interface VulkanDescriptorPoolSizeType
See Also:
  • "VkDescriptorPoolSize"
  • Method Details

    • type

      @Parameter VulkanDescriptorType type()
      Returns:
      The type of descriptor.
    • descriptorCount

      @Parameter int descriptorCount()
      Returns:
      The number of descriptors of that type to allocate.