Move shaders into glsl and hlsl directories
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
This commit is contained in:
parent
cac1d2e850
commit
ca884587a4
1043 changed files with 1207 additions and 1201 deletions
|
|
@ -1,12 +0,0 @@
|
|||
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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue