/ appendices / VK_KHR_driver_properties.txt
VK_KHR_driver_properties.txt
 1  // Copyright (c) 2016-2019 Khronos Group. This work is licensed under a
 2  // Creative Commons Attribution 4.0 International License; see
 3  // http://creativecommons.org/licenses/by/4.0/
 4  
 5  include::meta/VK_KHR_driver_properties.txt[]
 6  
 7  *Last Modified Date*::
 8      2018-04-11
 9  *IP Status*::
10      No known IP claims.
11  *Contributors*::
12    - Baldur Karlsson
13    - Matthaeus G. Chajdas, AMD
14    - Piers Daniell, NVIDIA
15    - Alexander Galazin, Arm
16    - Jesse Hall, Google
17    - Daniel Rakos, AMD
18  
19  This extension provides a new physical device query which allows retrieving
20  information about the driver implementation, allowing applications to
21  determine which physical device corresponds to which particular vendor's
22  driver, and which conformance test suite version the driver implementation
23  is compliant with.
24  
25  === New Object Types
26  
27  None.
28  
29  === New Enum Constants
30  
31    * Extending elink:VkStructureType:
32    ** ename:VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRIVER_PROPERTIES_KHR
33  
34    * ename:VK_MAX_DRIVER_NAME_SIZE_KHR
35    * ename:VK_MAX_DRIVER_INFO_SIZE_KHR
36  
37  === New Enums
38  
39  None.
40  
41  === New Structures
42  
43    * slink:VkConformanceVersionKHR
44    * slink:VkPhysicalDeviceDriverPropertiesKHR
45  
46  === New Functions
47  
48  None.
49  
50  === Issues
51  
52  None.
53  
54  === Examples
55  
56  None.
57  
58  === Version History
59  
60   * Revision 1, 2018-04-11 (Daniel Rakos)
61     - Internal revisions