Update for Vulkan-Docs 1.2.189
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user