gzdoom/wadsrc/static/shaders/d3d/build.bat
Christoph Oelckers d9f6546c16 - removed Shader Model 1.4 support.
The only hardware ever to support this is ATI's R200 which has been deprecated by ATI before Vista got released, and is no longer a relevant target.
2018-03-26 22:03:33 +02:00

7 lines
60 B
Batchfile

cd ..\sm20
call build.bat
cd ..\sm30
call build.bat
cd ..