Interface VulkanPhysicalDevicePropertiesType

All Known Implementing Classes:
VulkanPhysicalDeviceProperties

@Immutable public interface VulkanPhysicalDevicePropertiesType
The basic properties of a device.
See Also:
  • "VkPhysicalDeviceProperties"
  • Method Details

    • name

      @Parameter String name()
      Returns:
      The device name
    • type

      Returns:
      The device type
    • id

      @Parameter int id()
      Returns:
      The device ID (unique for a specific vendor)
    • vendorId

      @Parameter int vendorId()
      Returns:
      The vendor ID
    • apiVersion

      @Parameter VulkanVersion apiVersion()
      Returns:
      The highest version of Vulkan supported
    • driverVersion

      @Parameter VulkanVersion driverVersion()
      Returns:
      The version of the underlying device driver