Track expected test results and add more README information.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@22602 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
12
Test/baseResults/errors.frag.out
Normal file
12
Test/baseResults/errors.frag.out
Normal file
@@ -0,0 +1,12 @@
|
||||
WARNING: 0:1: '#version' : statement missing: use #version on first line of shader
|
||||
ERROR: 0:1: 'main' : function cannot take any parameter(s)
|
||||
ERROR: 0:1: 'int' : main function cannot return a value
|
||||
ERROR: 2 compilation errors. No code generated.
|
||||
|
||||
0:1Function Definition: main(i1; (mediump int)
|
||||
0:1 Function Parameters:
|
||||
0:1 'foo' (in mediump int)
|
||||
0:3 Sequence
|
||||
0:3 Branch: Return with expression
|
||||
0:3 1 (const int)
|
||||
|
||||
Reference in New Issue
Block a user