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
5 lines
249 B
Batchfile
5 lines
249 B
Batchfile
glslangvalidator -V base.vert -o base.vert.spv
|
|
glslangvalidator -V base.frag -o base.frag.spv
|
|
glslangvalidator -V normaldebug.geom -o normaldebug.geom.spv
|
|
glslangvalidator -V mesh.vert -o mesh.vert.spv
|
|
glslangvalidator -V mesh.frag -o mesh.frag.spv
|