Add Mesa version check.
This commit is contained in:
parent
79603b2f28
commit
2c68c80b19
2 changed files with 22 additions and 1 deletions
|
|
@ -31,8 +31,9 @@ else:
|
|||
deps_folder = os.path.join("bin", "build_deps")
|
||||
|
||||
# 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"
|
||||
mesa_version = "25.3.1-1"
|
||||
# WinPixEventRuntime
|
||||
# Check for latest version: https://www.nuget.org/api/v2/package/WinPixEventRuntime (check downloaded filename)
|
||||
pix_version = "1.0.240308001"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue