Interface VulkanPhysicalDevicePropertiesType
- All Known Implementing Classes:
VulkanPhysicalDeviceProperties
@Immutable
public interface VulkanPhysicalDevicePropertiesType
The basic properties of a device.
- See Also:
-
Method Details
-
name
String name()- Returns:
- The device name
-
type
- Returns:
- The device type
-
id
int id()- Returns:
- The device ID (unique for a specific vendor)
-
vendorId
int vendorId()- Returns:
- The vendor ID
-
apiVersion
VulkanVersion apiVersion()- Returns:
- The highest version of Vulkan supported
-
driverVersion
VulkanVersion driverVersion()- Returns:
- The version of the underlying device driver
-