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:
John Kessenich 2013-11-07 23:33:24 +00:00
parent b0a7eb599b
commit c999ba2816
5 changed files with 43 additions and 26 deletions

View file

@ -40,7 +40,7 @@ vec4 gl_Color; // ERROR, storage
#extension GL_ARB_texture_gather : warn
void bar()
void bar2()
{
vec4 s = textureGather(sampC, vec3(0.2));
}