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
12 lines
448 B
Batchfile
12 lines
448 B
Batchfile
glslangvalidator -V colorpass.vert -o colorpass.vert.spv
|
|
glslangvalidator -V colorpass.frag -o colorpass.frag.spv
|
|
|
|
glslangvalidator -V phongpass.vert -o phongpass.vert.spv
|
|
glslangvalidator -V phongpass.frag -o phongpass.frag.spv
|
|
|
|
glslangvalidator -V gaussblur.vert -o gaussblur.vert.spv
|
|
glslangvalidator -V gaussblur.frag -o gaussblur.frag.spv
|
|
|
|
glslangvalidator -V skybox.vert -o skybox.vert.spv
|
|
glslangvalidator -V skybox.frag -o skybox.frag.spv
|
|
|