Interface VulkanPhysicalDevicePropertiesType

  • All Known Implementing Classes:
    VulkanPhysicalDeviceProperties

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

      • name

        @Parameter
        java.lang.String name()
        Returns:
        The device name
      • 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