
Rename glslangValidator to glslang and adds a glslangValidator symlink to the build and install directories. Closes #47.
4 lines
78 B
Bash
4 lines
78 B
Bash
#!/usr/bin/env bash
|
|
./glslang -p > instDesc
|
|
asciidoc --backend=html5 instDesc
|