vulkan: Updates to match upstream vulkan.h
diff --git a/tests/blit_tests.cpp b/tests/blit_tests.cpp
index ee1924f..3c6d674 100644
--- a/tests/blit_tests.cpp
+++ b/tests/blit_tests.cpp
@@ -301,7 +301,7 @@
{
static bool format_table_unverified = true;
static const struct format_info {
- VkFormat_ format;
+ VkFormat format;
size_t size;
uint32_t channel_count;
} format_table[VK_NUM_FORMAT] = {
diff --git a/tests/layer_validation_tests.cpp b/tests/layer_validation_tests.cpp
index ab00a9b..74d2510 100644
--- a/tests/layer_validation_tests.cpp
+++ b/tests/layer_validation_tests.cpp
@@ -1475,6 +1475,7 @@
.addressW = VK_TEX_ADDRESS_CLAMP,
.mipLodBias = 1.0,
.maxAnisotropy = 1,
+ .compareEnable = VK_FALSE,
.compareOp = VK_COMPARE_OP_NEVER,
.minLod = 1.0,
.maxLod = 1.0,
@@ -1562,6 +1563,7 @@
.addressW = VK_TEX_ADDRESS_CLAMP,
.mipLodBias = 1.0,
.maxAnisotropy = 1,
+ .compareEnable = VK_FALSE,
.compareOp = VK_COMPARE_OP_NEVER,
.minLod = 1.0,
.maxLod = 1.0,
@@ -1650,6 +1652,7 @@
.addressW = VK_TEX_ADDRESS_CLAMP,
.mipLodBias = 1.0,
.maxAnisotropy = 1,
+ .compareEnable = VK_FALSE,
.compareOp = VK_COMPARE_OP_NEVER,
.minLod = 1.0,
.maxLod = 1.0,
@@ -1738,6 +1741,7 @@
.addressW = VK_TEX_ADDRESS_CLAMP,
.mipLodBias = 1.0,
.maxAnisotropy = 1,
+ .compareEnable = VK_FALSE,
.compareOp = VK_COMPARE_OP_NEVER,
.minLod = 1.0,
.maxLod = 1.0,