Files
vxls/shaders/Makefile
T
2026-09-17 20:52:09 +02:00

5 lines
106 B
Makefile

all: voxel.spv compaction.spv
%.spv: %.slang
slangc $< -O3 -fvk-use-entrypoint-name -target spirv -o $@