Non-functional: Remove use of the unused structure 'remapper', and other minor internal improvements. Triggered by some bigger changes in the works. Also, turned on an existing test that was not included in the test list.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23426 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
7ea2f9c39f
commit
3afe67dcc2
8 changed files with 86 additions and 64 deletions
17
Test/baseResults/150.geom.out
Normal file
17
Test/baseResults/150.geom.out
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
Warning, version 150 is not yet complete; some version-specific features are present, but many are missing.
|
||||
ERROR: 0:7: 'EmitStreamVertex' : no matching overloaded function found
|
||||
ERROR: 0:8: 'EndStreamPrimitive' : no matching overloaded function found
|
||||
ERROR: 2 compilation errors. No code generated.
|
||||
|
||||
ERROR: node is still EOpNull!
|
||||
0:3 Function Definition: main( (void)
|
||||
0:3 Function Parameters:
|
||||
0:5 Sequence
|
||||
0:5 EmitVertex (void)
|
||||
0:6 EndPrimitive (void)
|
||||
0:7 Constant:
|
||||
0:7 0.000000
|
||||
0:8 Constant:
|
||||
0:8 0.000000
|
||||
0:? Linker Objects
|
||||
|
||||
|
|
@ -12,6 +12,7 @@ versionsErrors.vert
|
|||
120.frag
|
||||
130.frag
|
||||
140.frag
|
||||
150.geom
|
||||
precision.frag
|
||||
precision.vert
|
||||
nonSquare.vert
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue