Move `data/shaders` to `data/shaders/glsl` Move `data/hlsl` to `data/shaders/hlsl` Fix up shader paths in the cpp files to point to the new glsl location. `data/shaders/hlsl/compile.py` still overwrites the glsl .spv files (for now). Issue: #723
6 lines
No EOL
341 B
Batchfile
6 lines
No EOL
341 B
Batchfile
glslangvalidator -V ground.vert -o ground.vert.spv
|
|
glslangvalidator -V ground.frag -o ground.frag.spv
|
|
glslangvalidator -V indirectdraw.vert -o indirectdraw.vert.spv
|
|
glslangvalidator -V indirectdraw.frag -o indirectdraw.frag.spv
|
|
glslangvalidator -V skysphere.vert -o skysphere.vert.spv
|
|
glslangvalidator -V skysphere.frag -o skysphere.frag.spv |