mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Update VulkanSDK to 1.3.313
This commit is contained in:
parent
24752af93a
commit
00bc80da61
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -18,8 +18,8 @@ env:
|
||||
#
|
||||
|
||||
# Sourced from https://vulkan.lunarg.com/sdk/home#linux
|
||||
VULKAN_SDK_VERSION: "1.4.309"
|
||||
VULKAN_FULL_SDK_VERSION: "1.4.309.0"
|
||||
VULKAN_SDK_VERSION: "1.4.313"
|
||||
VULKAN_FULL_SDK_VERSION: "1.4.313.0"
|
||||
# Sourced from https://www.nuget.org/packages/Microsoft.Direct3D.WARP
|
||||
WARP_VERSION: "1.0.13"
|
||||
|
||||
@ -591,7 +591,7 @@ jobs:
|
||||
run: |
|
||||
set -e
|
||||
|
||||
curl.exe -L --retry 5 https://sdk.lunarg.com/sdk/download/${{ env.VULKAN_FULL_SDK_VERSION }}/windows/VulkanSDK-${{ env.VULKAN_FULL_SDK_VERSION }}-Installer.exe -o vulkan-sdk-installer.exe
|
||||
curl.exe -L --retry 5 https://sdk.lunarg.com/sdk/download/${{ env.VULKAN_FULL_SDK_VERSION }}/windows/vulkansdk-windows-X64-${{ env.VULKAN_FULL_SDK_VERSION }}.exe -o vulkan-sdk-installer.exe
|
||||
|
||||
./vulkan-sdk-installer.exe --accept-licenses --default-answer --confirm-command install
|
||||
|
||||
@ -607,7 +607,7 @@ jobs:
|
||||
unzip vulkan-sdk.zip -d vulkan-sdk
|
||||
|
||||
ls -l vulkan-sdk
|
||||
sudo ./vulkan-sdk/InstallVulkan-${{ env.VULKAN_FULL_SDK_VERSION }}.app/Contents/MacOS/InstallVulkan-${{ env.VULKAN_FULL_SDK_VERSION }} --root "$HOME/VulkanSDK" --accept-licenses --default-answer --confirm-command install
|
||||
sudo ./vulkan-sdk/vulkansdk-macOS-${{ env.VULKAN_FULL_SDK_VERSION }}.app/Contents/MacOS/vulkansdk-macOS-${{ env.VULKAN_FULL_SDK_VERSION }} --root "$HOME/VulkanSDK" --accept-licenses --default-answer --confirm-command install
|
||||
|
||||
echo "$HOME/VulkanSDK/macOS/bin" >> "$GITHUB_PATH"
|
||||
|
||||
|
||||
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.309"
|
||||
VULKAN_SDK_VERSION: "1.4.313"
|
||||
|
||||
# Sourced from https://github.com/microsoft/DirectXShaderCompiler/releases
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user