mirror of
https://github.com/RPCS3/glslang.git
synced 2026-01-31 01:25:22 +01:00
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
|