1// Copyright 2016-2023 The Khronos Group Inc.
2//
3// SPDX-License-Identifier: CC-BY-4.0
4
5include::{generated}/meta/{refprefix}VK_KHR_driver_properties.adoc[]
6
7=== Other Extension Metadata
8
9*Last Modified Date*::
10    2018-04-11
11*Interactions and External Dependencies*::
12  - Promoted to Vulkan 1.2 Core
13*IP Status*::
14    No known IP claims.
15*Contributors*::
16  - Baldur Karlsson
17  - Matthaeus G. Chajdas, AMD
18  - Piers Daniell, NVIDIA
19  - Alexander Galazin, Arm
20  - Jesse Hall, Google
21  - Daniel Rakos, AMD
22
23=== Description
24
25This extension provides a new physical device query which allows retrieving
26information about the driver implementation, allowing applications to
27determine which physical device corresponds to which particular vendor's
28driver, and which conformance test suite version the driver implementation
29is compliant with.
30
31=== Promotion to Vulkan 1.2
32
33All functionality in this extension is included in core Vulkan 1.2, with the
34KHR suffix omitted.
35The original type, enum and command names are still available as aliases of
36the core functionality.
37
38include::{generated}/interfaces/VK_KHR_driver_properties.adoc[]
39
40=== Version History
41
42  * Revision 1, 2018-04-11 (Daniel Rakos)
43  ** Internal revisions
44