Add more tests for built-in variables.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@21893 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
@@ -71,6 +71,9 @@ void main()
|
||||
dvec2 boo2; // ERROR
|
||||
dvec3 boo3; // ERROR
|
||||
dvec4 boo4; // ERROR
|
||||
|
||||
f += gl_FragCoord.y;
|
||||
gl_FragDepth = f;
|
||||
}
|
||||
|
||||
float imageBuffer; // ERROR, reserved
|
||||
|
||||
Reference in New Issue
Block a user