godot/misc
MrBBBaiXue ea2c6f1d0b Add a python script to install Direct3D 12 SDK components.
This makes it much faster to get started with Direct3D 12 builds,
as you only need to run `python .\misc\scripts\install_d3d12_sdk_windows.py`
then run `scons d3d12=yes`.

This installs DirectX Shader Compiler, Mesa NIR, WinPixEventRuntime
and DirectX 12 Agility SDK.

- Define a default path that uses the locations from the script.
- Now the default path is in "%LOCALAPPDATA%\Godot\build_deps\"
- Updated CI to use this new python script.

Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro>
2024-01-24 20:11:43 +08:00
..
dist Add --log-file command line argument to write output log to a file 2024-01-19 20:30:04 +01:00
error_suppressions Suppress NavigationServer race conditions 2023-08-07 18:49:28 -04:00
extension_api_validation Rework GraphEdit connections (drawing, API, optimizations) 2024-01-18 16:53:15 +01:00
hooks Style: Mark clang-format 16 as supported for pre-commit hook 2023-12-06 13:26:53 +01:00
scripts Add a python script to install Direct3D 12 SDK components. 2024-01-24 20:11:43 +08:00