This commit is contained in:
2026-05-06 23:44:13 +02:00
parent a5f787d80f
commit fd7038b853
1574 changed files with 365439 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
for f in ldexp_f*.glsl; do
glslangValidator -V -o ${f}.spv --target-env vulkan1.0 -S comp ${f}
done