Update VulkanSDK to 1.4.309

This commit is contained in:
Connor Fitzgerald 2025-04-16 13:55:40 -04:00 committed by Erich Gubler
parent 1f6a21c5e6
commit 146018cf6e
3 changed files with 4 additions and 4 deletions

View File

@ -18,8 +18,8 @@ env:
#
# Sourced from https://vulkan.lunarg.com/sdk/home#linux
VULKAN_SDK_VERSION: "1.4.304"
VULKAN_FULL_SDK_VERSION: "1.4.304.1"
VULKAN_SDK_VERSION: "1.4.309"
VULKAN_FULL_SDK_VERSION: "1.4.309.0"
# Sourced from https://www.nuget.org/packages/Microsoft.Direct3D.WARP
WARP_VERSION: "1.0.13"

View File

@ -16,7 +16,7 @@ env:
# Sourced from https://vulkan.lunarg.com/sdk/home#linux
#
# We don't include the 4th version number, as it's not used in any URL.
VULKAN_SDK_VERSION: "1.4.304"
VULKAN_SDK_VERSION: "1.4.309"
# Sourced from https://github.com/microsoft/DirectXShaderCompiler/releases
#

View File

@ -832,7 +832,7 @@ static TEST: crate::framework::ExampleTestParams = crate::framework::ExampleTest
.expect_fail(wgpu_test::FailureCase {
backends: Some(wgpu::Backends::VULKAN),
reasons: vec![wgpu_test::FailureReason::validation_error()
.with_message(concat!("Hazard WRITE_AFTER_"))],
.with_message("WRITE_AFTER_WRITE hazard detected.")],
behavior: wgpu_test::FailureBehavior::AssertFailure,
..Default::default()
}),