yes
This commit is contained in:
Executable
+4
@@ -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
|
||||
Reference in New Issue
Block a user