Complete hook up all the compile/link errors to the command-line exit status. (Also, an updated test left from the last check-in.)
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23961 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
b0a7eb599b
commit
c999ba2816
5 changed files with 43 additions and 26 deletions
|
|
@ -163,8 +163,8 @@ SH_IMPORT_EXPORT ShHandle ShConstructUniformMap(); // one per un
|
|||
SH_IMPORT_EXPORT void ShDestruct(ShHandle);
|
||||
|
||||
//
|
||||
// The return value of ShCompile is boolean, indicating
|
||||
// success or failure.
|
||||
// The return value of ShCompile is boolean, non-zero indicating
|
||||
// success.
|
||||
//
|
||||
// The info-log should be written by ShCompile into
|
||||
// ShHandle, so it can answer future queries.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue