Commit fd0d0441 by Sean Risser

Update vulkan headers to 1.2.160

Includes update to to_string functionality that reports enum value in case of "invalid". https://github.com/KhronosGroup/Vulkan-Headers revision 670ffea9d61b9f4b8f68c919dab7caf33dfd9718 tag v1.2.160 Bug: b/170962162 Test: build Change-Id: I5ac872bdebd7f8898bda78a7b7f025da9e7cd21d Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/50348Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarSean Risser <srisser@google.com>
parent ea64f862
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -59,7 +59,7 @@ namespace vk { ...@@ -59,7 +59,7 @@ namespace vk {
// When updating the Vulkan Headers we use, go through each constant below and make sure they are valid. // When updating the Vulkan Headers we use, go through each constant below and make sure they are valid.
// Once that's done, update SwiftShaderVulkanHeaderVersion. // Once that's done, update SwiftShaderVulkanHeaderVersion.
constexpr int SwiftShaderVulkanHeaderVersion = 156; constexpr int SwiftShaderVulkanHeaderVersion = 160;
static_assert(SwiftShaderVulkanHeaderVersion == VK_HEADER_VERSION, "Please validate/update constants below upon upgrading Vulkan headers"); static_assert(SwiftShaderVulkanHeaderVersion == VK_HEADER_VERSION, "Please validate/update constants below upon upgrading Vulkan headers");
constexpr auto VK_PIPELINE_BIND_POINT_RANGE_SIZE = (VK_PIPELINE_BIND_POINT_COMPUTE - VK_PIPELINE_BIND_POINT_GRAPHICS + 1); constexpr auto VK_PIPELINE_BIND_POINT_RANGE_SIZE = (VK_PIPELINE_BIND_POINT_COMPUTE - VK_PIPELINE_BIND_POINT_GRAPHICS + 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment