diff options
| author | 3gg <3gg@shellblade.net> | 2026-03-06 13:30:59 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-03-06 13:30:59 -0800 |
| commit | 30f41c02aec763d32e62351452da9ef582bc3472 (patch) | |
| tree | 6bec3f65bfdcbf7f1a631da21a6d613bef5db2fa /contrib/SDL-3.2.8/src/gpu/d3d12/compile_shaders_xbox.bat | |
| parent | 452ff21ca02e315c64ceeb3f21c1ea357aeb1bc8 (diff) | |
Move contrib libraries to contrib repo
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.bat | 13 |
1 files changed, 0 insertions, 13 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 deleted file mode 100644 index 311b172..0000000 --- a/contrib/SDL-3.2.8/src/gpu/d3d12/compile_shaders_xbox.bat +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | if %2.==one. goto setxboxone | ||
| 2 | rem Xbox Series compile | ||
| 3 | set DXC="%GameDKLatest%\GXDK\bin\Scarlett\DXC.exe" | ||
| 4 | set SUFFIX=_Series.h | ||
| 5 | goto startbuild | ||
| 6 | |||
| 7 | :setxboxone | ||
| 8 | set DXC="%GameDKLatest%\GXDK\bin\XboxOne\DXC.exe" | ||
| 9 | set SUFFIX=_One.h | ||
| 10 | |||
| 11 | :startbuild | ||
| 12 | |||
| 13 | call "%~dp0\compile_shaders.bat" | ||
