summaryrefslogtreecommitdiff
path: root/contrib/SDL-3.2.8/src/gpu/d3d12/compile_shaders_xbox.bat
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-12-27 12:03:39 -0800
committer3gg <3gg@shellblade.net>2025-12-27 12:03:39 -0800
commit5a079a2d114f96d4847d1ee305d5b7c16eeec50e (patch)
tree8926ab44f168acf787d8e19608857b3af0f82758 /contrib/SDL-3.2.8/src/gpu/d3d12/compile_shaders_xbox.bat
Initial commit
Diffstat (limited to 'contrib/SDL-3.2.8/src/gpu/d3d12/compile_shaders_xbox.bat')
-rw-r--r--contrib/SDL-3.2.8/src/gpu/d3d12/compile_shaders_xbox.bat13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/SDL-3.2.8/src/gpu/d3d12/compile_shaders_xbox.bat b/contrib/SDL-3.2.8/src/gpu/d3d12/compile_shaders_xbox.bat
new file mode 100644
index 0000000..311b172
--- /dev/null
+++ b/contrib/SDL-3.2.8/src/gpu/d3d12/compile_shaders_xbox.bat
@@ -0,0 +1,13 @@
1if %2.==one. goto setxboxone
2rem Xbox Series compile
3set DXC="%GameDKLatest%\GXDK\bin\Scarlett\DXC.exe"
4set SUFFIX=_Series.h
5goto startbuild
6
7:setxboxone
8set DXC="%GameDKLatest%\GXDK\bin\XboxOne\DXC.exe"
9set SUFFIX=_One.h
10
11:startbuild
12
13call "%~dp0\compile_shaders.bat"