slang fast

This commit is contained in:
2026-09-12 16:16:21 +02:00
parent 3835a6fa78
commit 9015ed85d6
7 changed files with 733 additions and 11 deletions
+4
View File
@@ -0,0 +1,4 @@
all: voxel.spv
%.spv: %.slang
slangc $< -O3 -fvk-use-entrypoint-name -target spirv -o $@