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:
parent
0fbb0c4930
commit
3ce5745ade
3 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue