Update D3D12 download script to use current release.

This commit is contained in:
Pāvels Nadtočajevs
2026-06-05 08:34:38 +03:00
parent 72cc0fc9a7
commit 80de17565c
+1 -1
View File
@@ -33,7 +33,7 @@ else:
# Mesa NIR
# Sync with `drivers/d3d12/SCsub` when updating Mesa.
# Check for latest version: https://github.com/godotengine/godot-nir-static/releases/latest
mesa_version = "25.3.1-2"
mesa_version = "25.3.1-3"
# WinPixEventRuntime
# Check for latest version: https://www.nuget.org/api/v2/package/WinPixEventRuntime (check downloaded filename)
pix_version = "1.0.240308001"