[Windows] Enabled D3D12 support.

This commit is contained in:
bruvzg
2024-01-04 12:12:26 +02:00
parent ceadb16e22
commit 9bba647a8b
2 changed files with 11 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ set -e
# Config
export SCONS="scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
export OPTIONS="production=yes angle_libs=/root/angle"
export OPTIONS="production=yes angle_libs=/root/angle mesa_libs=/root/mesa d3d12=yes"
export OPTIONS_MONO="module_mono_enabled=yes"
export TERM=xterm