Update for Vulkan-Docs 1.2.151
This commit is contained in:
parent
6eaf979e73
commit
99638d8d7f
4 changed files with 20 additions and 8 deletions
|
|
@ -135,7 +135,7 @@ server.
|
|||
<type category="define">// Vulkan 1.2 version number
|
||||
#define <name>VK_API_VERSION_1_2</name> <type>VK_MAKE_VERSION</type>(1, 2, 0)// Patch version should always be set to 0</type>
|
||||
<type category="define">// Version of this file
|
||||
#define <name>VK_HEADER_VERSION</name> 150</type>
|
||||
#define <name>VK_HEADER_VERSION</name> 151</type>
|
||||
<type category="define" requires="VK_HEADER_VERSION">// Complete version of this file
|
||||
#define <name>VK_HEADER_VERSION_COMPLETE</name> <type>VK_MAKE_VERSION</type>(1, 2, VK_HEADER_VERSION)</type>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue