Package org.lwjgl.vulkan
Class KHRDriverProperties
- java.lang.Object
-
- org.lwjgl.vulkan.KHRDriverProperties
-
public final class KHRDriverProperties extends java.lang.Object
This extension provides a new physical device query which allows retrieving information about the driver implementation, allowing applications to determine which physical device corresponds to which particular vendor's driver, and which conformance test suite version the driver implementation is compliant with.Examples
None.
- Name String
VK_KHR_driver_properties
- Extension Type
- Device extension
- Registered Extension Number
- 197
- Revision
- 1
- Extension and Version Dependencies
- Requires Vulkan 1.0
- Requires
VK_KHR_get_physical_device_properties2
- Contact
- Daniel Rakos drakos-amd
- Last Modified Date
- 2018-04-11
- IP Status
- No known IP claims.
- Contributors
- Baldur Karlsson
- Matthaeus G. Chajdas, AMD
- Piers Daniell, NVIDIA
- Alexander Galazin, Arm
- Jesse Hall, Google
- Daniel Rakos, AMD
-
-
Field Summary
Fields Modifier and Type Field Description static int
VK_DRIVER_ID_AMD_OPEN_SOURCE_KHR
VK_DRIVER_ID_AMD_PROPRIETARY_KHR
VK_DRIVER_ID_ARM_PROPRIETARY_KHR
VK_DRIVER_ID_BROADCOM_PROPRIETARY_KHR
VK_DRIVER_ID_GGP_PROPRIETARY_KHR
VK_DRIVER_ID_GOOGLE_SWIFTSHADER_KHR
VK_DRIVER_ID_IMAGINATION_PROPRIETARY_KHR
VK_DRIVER_ID_INTEL_OPEN_SOURCE_MESA_KHR
VK_DRIVER_ID_INTEL_PROPRIETARY_WINDOWS_KHR
VK_DRIVER_ID_MESA_RADV_KHR
VK_DRIVER_ID_NVIDIA_PROPRIETARY_KHR
VK_DRIVER_ID_QUALCOMM_PROPRIETARY_KHRVkDriverIdKHR - Khronos driver IDsstatic java.lang.String
VK_KHR_DRIVER_PROPERTIES_EXTENSION_NAME
The extension name.static int
VK_KHR_DRIVER_PROPERTIES_SPEC_VERSION
The extension specification version.static int
VK_MAX_DRIVER_INFO_SIZE_KHR
VK_MAX_DRIVER_INFO_SIZE_KHRstatic int
VK_MAX_DRIVER_NAME_SIZE_KHR
VK_MAX_DRIVER_NAME_SIZE_KHRstatic int
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRIVER_PROPERTIES_KHR
ExtendsVkStructureType
.
-
-
-
Field Detail
-
VK_KHR_DRIVER_PROPERTIES_SPEC_VERSION
The extension specification version.
-
VK_KHR_DRIVER_PROPERTIES_EXTENSION_NAME
The extension name.
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRIVER_PROPERTIES_KHR
ExtendsVkStructureType
.
-
VK_MAX_DRIVER_NAME_SIZE_KHR
VK_MAX_DRIVER_NAME_SIZE_KHR
-
VK_MAX_DRIVER_INFO_SIZE_KHR
VK_MAX_DRIVER_INFO_SIZE_KHR
-
VK_DRIVER_ID_AMD_PROPRIETARY_KHR, VK_DRIVER_ID_AMD_OPEN_SOURCE_KHR, VK_DRIVER_ID_MESA_RADV_KHR, VK_DRIVER_ID_NVIDIA_PROPRIETARY_KHR, VK_DRIVER_ID_INTEL_PROPRIETARY_WINDOWS_KHR, VK_DRIVER_ID_INTEL_OPEN_SOURCE_MESA_KHR, VK_DRIVER_ID_IMAGINATION_PROPRIETARY_KHR, VK_DRIVER_ID_QUALCOMM_PROPRIETARY_KHR, VK_DRIVER_ID_ARM_PROPRIETARY_KHR, VK_DRIVER_ID_GOOGLE_SWIFTSHADER_KHR, VK_DRIVER_ID_GGP_PROPRIETARY_KHR, VK_DRIVER_ID_BROADCOM_PROPRIETARY_KHR
VkDriverIdKHR - Khronos driver IDsDescription
Note
Khronos driver IDs may be allocated by vendors at any time. There may be multiple driver IDs for the same vendor, representing different drivers (for e.g. different platforms, proprietary or open source, etc.). Only the latest canonical versions of this Specification, of the corresponding
vk.xml
API Registry, and of the correspondingvulkan_core.h
header file must contain all reserved Khronos driver IDs.Only driver IDs registered with Khronos are given symbolic names. There may be unregistered driver IDs returned.
See Also
VkPhysicalDeviceDriverPropertiesKHR
Enum values:
DRIVER_ID_AMD_PROPRIETARY_KHR
DRIVER_ID_AMD_OPEN_SOURCE_KHR
DRIVER_ID_MESA_RADV_KHR
DRIVER_ID_NVIDIA_PROPRIETARY_KHR
DRIVER_ID_INTEL_PROPRIETARY_WINDOWS_KHR
DRIVER_ID_INTEL_OPEN_SOURCE_MESA_KHR
DRIVER_ID_IMAGINATION_PROPRIETARY_KHR
DRIVER_ID_QUALCOMM_PROPRIETARY_KHR
DRIVER_ID_ARM_PROPRIETARY_KHR
DRIVER_ID_GOOGLE_SWIFTSHADER_KHR
DRIVER_ID_GGP_PROPRIETARY_KHR
DRIVER_ID_BROADCOM_PROPRIETARY_KHR
-
-