mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Update VulkanSDK to 1.4.309
This commit is contained in:
parent
1f6a21c5e6
commit
146018cf6e
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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"
|
||||
|
||||
|
||||
2
.github/workflows/shaders.yml
vendored
2
.github/workflows/shaders.yml
vendored
@ -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
|
||||
#
|
||||
|
||||
@ -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()
|
||||
}),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user