5 lines
106 B
Makefile
5 lines
106 B
Makefile
all: voxel.spv compaction.spv
|
|
|
|
%.spv: %.slang
|
|
slangc $< -O3 -fvk-use-entrypoint-name -target spirv -o $@
|