cmake: Rename glslang to glslangValidator
Rename glslangValidator to glslang and adds a glslangValidator symlink to the build and install directories. Closes #47.
This commit is contained in:
parent
a9a2625416
commit
856e280502
15 changed files with 50 additions and 40 deletions
|
|
@ -47,7 +47,7 @@ An API for getting reflection information from the AST, reflection types/variabl
|
|||
|
||||
### Standalone Wrapper
|
||||
|
||||
`glslangValidator` is command-line tool for accessing the functionality above.
|
||||
`glslang` is command-line tool for accessing the functionality above.
|
||||
|
||||
Status: Complete.
|
||||
|
||||
|
|
@ -65,7 +65,7 @@ The above page, while not kept up to date, includes additional information regar
|
|||
|
||||
## Execution of Standalone Wrapper
|
||||
|
||||
To use the standalone binary form, execute `glslangValidator`, and it will print
|
||||
To use the standalone binary form, execute `glslang`, and it will print
|
||||
a usage statement. Basic operation is to give it a file containing a shader,
|
||||
and it will print out warnings/errors and optionally an AST.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue