1// Copyright 2016-2024 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*IP Status*:: 12 No known IP claims. 13*Contributors*:: 14 - Baldur Karlsson 15 - Matthaeus G. Chajdas, AMD 16 - Piers Daniell, NVIDIA 17 - Alexander Galazin, Arm 18 - Jesse Hall, Google 19 - Daniel Rakos, AMD 20 21=== Description 22 23This extension provides a new physical device query which allows retrieving 24information about the driver implementation, allowing applications to 25determine which physical device corresponds to which particular vendor's 26driver, and which conformance test suite version the driver implementation 27is compliant with. 28 29=== Promotion to Vulkan 1.2 30 31All functionality in this extension is included in core Vulkan 1.2, with the 32KHR suffix omitted. 33The original type, enum and command names are still available as aliases of 34the core functionality. 35 36include::{generated}/interfaces/VK_KHR_driver_properties.adoc[] 37 38=== Version History 39 40 * Revision 1, 2018-04-11 (Daniel Rakos) 41 ** Internal revisions 42