Interface VulkanPhysicalDevicePropertiesType
- All Known Implementing Classes:
VulkanPhysicalDeviceProperties
@Immutable
public interface VulkanPhysicalDevicePropertiesType
The basic properties of a device.
- See Also:
-
Method Details
-
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
- Returns:
- The highest version of Vulkan supported
-
driverVersion
- Returns:
- The version of the underlying device driver
-