Update for Vulkan-Docs 1.2.189

This commit is contained in:
Jon Leech
2021-08-17 05:27:04 -07:00
committed by Jon Leech
parent 521f91d793
commit c5b7a2fa18
4 changed files with 48 additions and 26 deletions

View File

@@ -75,7 +75,7 @@ branch of the member gitlab server.
</tags>
<types comment="Vulkan type definitions">
<type name="vk_platform" category="include">#include "vulkan/vk_platform.h"</type>
<type name="vk_platform" category="include">#include "vk_platform.h"</type>
<comment>WSI extensions</comment>
@@ -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> 187</type>
#define <name>VK_HEADER_VERSION</name> 189</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>