diff --git a/layers/vulkan/generated/feature_requirements_helper.cpp b/layers/vulkan/generated/feature_requirements_helper.cpp index 7af28e9e129..ae6eae46898 100644 --- a/layers/vulkan/generated/feature_requirements_helper.cpp +++ b/layers/vulkan/generated/feature_requirements_helper.cpp @@ -4357,21 +4357,21 @@ FeatureAndName AddFeature(APIVersion api_version, vkt::Feature feature, void **i } #ifdef VK_ENABLE_BETA_EXTENSIONS - case Feature::constantAlphaColorBlendFactors: { - auto vk_struct = const_cast( - vku::FindStructInPNextChain(*inout_pnext_chain)); - if (!vk_struct) { - vk_struct = new VkPhysicalDevicePortabilitySubsetFeaturesKHR; - *vk_struct = vku::InitStructHelper(); - if (*inout_pnext_chain) { - vvl::PnextChainAdd(*inout_pnext_chain, vk_struct); - } else { - *inout_pnext_chain = vk_struct; + case Feature::constantAlphaColorBlendFactors : { + auto vk_struct = const_cast( + vku::FindStructInPNextChain(*inout_pnext_chain)); + if (!vk_struct) { + vk_struct = new VkPhysicalDevicePortabilitySubsetFeaturesKHR; + *vk_struct = vku::InitStructHelper(); + if (*inout_pnext_chain) { + vvl::PnextChainAdd(*inout_pnext_chain, vk_struct); + } else { + *inout_pnext_chain = vk_struct; + } } + return {&vk_struct->constantAlphaColorBlendFactors, + "VkPhysicalDevicePortabilitySubsetFeaturesKHR::constantAlphaColorBlendFactors"}; } - return {&vk_struct->constantAlphaColorBlendFactors, - "VkPhysicalDevicePortabilitySubsetFeaturesKHR::constantAlphaColorBlendFactors"}; - } #endif // VK_ENABLE_BETA_EXTENSIONS #ifdef VK_ENABLE_BETA_EXTENSIONS diff --git a/layers/vulkan/generated/spirv_tools_commit_id.h b/layers/vulkan/generated/spirv_tools_commit_id.h index 1c84244ef0c..1b1d3752c50 100644 --- a/layers/vulkan/generated/spirv_tools_commit_id.h +++ b/layers/vulkan/generated/spirv_tools_commit_id.h @@ -23,4 +23,4 @@ #pragma once -#define SPIRV_TOOLS_COMMIT_ID "02433568af277324e6d7fe4582b663f14165c563" +#define SPIRV_TOOLS_COMMIT_ID "4d2f0b40bfe290dea6c6904dafdf7fd8328ba346" diff --git a/scripts/known_good.json b/scripts/known_good.json index 352d92cdb0e..4331ec3b022 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -29,7 +29,7 @@ "sub_dir": "SPIRV-Headers", "build_dir": "SPIRV-Headers/build", "install_dir": "SPIRV-Headers/build/install", - "commit": "36d5e2ddaa54c70d2f29081510c66f4fc98e5e53" + "commit": "3f17b2af6784bfa2c5aa5dbb8e0e74a607dd8b3b" }, { "name": "SPIRV-Tools", @@ -43,7 +43,7 @@ "-DSPIRV_SKIP_TESTS=ON", "-DSPIRV_SKIP_EXECUTABLES=OFF" ], - "commit": "02433568af277324e6d7fe4582b663f14165c563" + "commit": "4d2f0b40bfe290dea6c6904dafdf7fd8328ba346" }, { "name": "robin-hood-hashing", @@ -95,7 +95,7 @@ "sub_dir": "glslang", "build_dir": "glslang/build", "install_dir": "glslang/build/install", - "commit": "d0e67c58134377f065a509845ca6b7d463f5b487", + "commit": "1062752a891c95b2bfeed9e356562d88f9df84ac", "cmake_options": [ "-DENABLE_OPT=OFF" ],