Skip to content

Commit

Permalink
Update for Vulkan-Docs 1.2.163
Browse files Browse the repository at this point in the history
  • Loading branch information
oddhack committed Nov 30, 2020
1 parent 87aaa16 commit 6a163aa
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 51 deletions.
2 changes: 1 addition & 1 deletion include/vulkan/vulkan.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ extern "C" __declspec( dllimport ) FARPROC __stdcall GetProcAddress( HINSTANCE h
#endif


static_assert( VK_HEADER_VERSION == 162 , "Wrong VK_HEADER_VERSION!" );
static_assert( VK_HEADER_VERSION == 163 , "Wrong VK_HEADER_VERSION!" );

// 32-bit vulkan is not typesafe for handles, so don't allow copy constructors on this platform by default.
// To enable this feature on 32-bit platforms please define VULKAN_HPP_TYPESAFE_CONVERSION
Expand Down
2 changes: 1 addition & 1 deletion include/vulkan/vulkan_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ extern "C" {
#define VK_API_VERSION_1_0 VK_MAKE_VERSION(1, 0, 0)// Patch version should always be set to 0

// Version of this file
#define VK_HEADER_VERSION 162
#define VK_HEADER_VERSION 163

// Complete version of this file
#define VK_HEADER_VERSION_COMPLETE VK_MAKE_VERSION(1, 2, VK_HEADER_VERSION)
Expand Down
10 changes: 5 additions & 5 deletions registry/validusage.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version info": {
"schema version": 2,
"api version": "1.2.162",
"comment": "from git branch: github-main commit: c5d94a31766e91607473ca0049a293e3f632c6ff",
"date": "2020-11-23 06:47:01Z"
"api version": "1.2.163",
"comment": "from git branch: github-main commit: a48d8432aacf8a23de3c471d6fa074d0a326cfcc",
"date": "2020-11-30 07:53:12Z"
},
"validation": {
"vkGetInstanceProcAddr": {
Expand Down Expand Up @@ -7360,7 +7360,7 @@
},
{
"vuid": "VUID-VkGraphicsPipelineShaderGroupsCreateInfoNV-pPipelines-02886",
"text": " Each element of the <code>pPipelines</code> member of <code>libraries</code> <strong class=\"purple\">must</strong> have been created with identical state to the pipeline currently created except the state that can be overriden by <a href=\"#VkGraphicsShaderGroupCreateInfoNV\">VkGraphicsShaderGroupCreateInfoNV</a>"
"text": " Each element of <code>pPipelines</code> <strong class=\"purple\">must</strong> have been created with identical state to the pipeline currently created except the state that can be overridden by <a href=\"#VkGraphicsShaderGroupCreateInfoNV\">VkGraphicsShaderGroupCreateInfoNV</a>"
},
{
"vuid": "VUID-VkGraphicsPipelineShaderGroupsCreateInfoNV-deviceGeneratedCommands-02887",
Expand Down Expand Up @@ -31370,7 +31370,7 @@
"(VK_EXT_private_data)": [
{
"vuid": "VUID-vkGetPrivateDataEXT-objectType-04018",
"text": " <code>objectType</code> <strong class=\"purple\">must</strong> be <a href=\"#VkDevice\">VkDevice</a> or an object type whose parent is <a href=\"#VkDevice\">VkDevice</a>"
"text": " <code>objectType</code> <strong class=\"purple\">must</strong> be <code>VK_OBJECT_TYPE_DEVICE</code>, or an object type whose parent is <a href=\"#VkDevice\">VkDevice</a>"
},
{
"vuid": "VUID-vkGetPrivateDataEXT-device-parameter",
Expand Down
Loading

0 comments on commit 6a163aa

Please sign in to comment.