1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

Make each SPIR-V -> DXIL conversion thread allocate from its own heap.

This commit is contained in:
Skyth
2025-12-05 13:17:42 +03:00
parent 1cf3180537
commit 62335d1ac7
3 changed files with 106 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ else:
# Mesa NIR
# Check for latest version: https://github.com/godotengine/godot-nir-static/releases/latest
mesa_version = "23.1.9-2"
mesa_version = "25.3.1"
# WinPixEventRuntime
# Check for latest version: https://www.nuget.org/api/v2/package/WinPixEventRuntime (check downloaded filename)
pix_version = "1.0.240308001"