Update for Vulkan-Docs 1.2.198

This commit is contained in:
Jon Leech
2021-11-09 00:29:42 -08:00
committed by Jon Leech
parent 51a326d756
commit 8c1c27d5a9
6 changed files with 1247 additions and 1599 deletions

View File

@@ -155,7 +155,7 @@ branch of the member gitlab server.
<type category="define" requires="VK_MAKE_API_VERSION">// Vulkan 1.2 version number
#define <name>VK_API_VERSION_1_2</name> <type>VK_MAKE_API_VERSION</type>(0, 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> 197</type>
#define <name>VK_HEADER_VERSION</name> 198</type>
<type category="define" requires="VK_HEADER_VERSION">// Complete version of this file
#define <name>VK_HEADER_VERSION_COMPLETE</name> <type>VK_MAKE_API_VERSION</type>(0, 1, 2, VK_HEADER_VERSION)</type>