Files
2026-09-12 16:16:21 +02:00

5 lines
91 B
Makefile

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