working buffer compactor

This commit is contained in:
2026-09-17 20:52:09 +02:00
parent 7c78085b61
commit f34550e692
5 changed files with 326 additions and 26 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
all: voxel.spv
all: voxel.spv compaction.spv
%.spv: %.slang
slangc $< -O3 -fvk-use-entrypoint-name -target spirv -o $@