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

@@ -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()
}),