initial
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
FILES=$(wildcard ./*.glsl)
|
||||
|
||||
SPIRV=$(FILES:%.glsl=%.spirv)
|
||||
|
||||
debug: $(SPIRV)
|
||||
|
||||
%.spirv:%.glsl
|
||||
glslangValidator -g -V $^ -o $@
|
||||
|
||||
clean:
|
||||
rm -f ./*.spirv
|
||||
Reference in New Issue
Block a user