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
193 B
Batchfile
5 lines
193 B
Batchfile
glslangvalidator -V sdf.vert -o sdf.vert.spv
|
|
glslangvalidator -V sdf.frag -o sdf.frag.spv
|
|
glslangvalidator -V bitmap.vert -o bitmap.vert.spv
|
|
glslangvalidator -V bitmap.frag -o bitmap.frag.spv
|
|
|