Test for and prevent any dead-code elimination, as all code is needed in the AST for static-use analysis.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23163 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
c981efd84d
commit
f5ebfb5f27
8 changed files with 255 additions and 36 deletions
|
|
@ -55,11 +55,15 @@ ERROR: node is still EOpNull!
|
|||
0:58 Loop Condition
|
||||
0:58 true (const bool)
|
||||
0:58 Loop Body
|
||||
0:? Sequence
|
||||
0:? Sequence
|
||||
0:54 add second child into first child (mediump int)
|
||||
0:54 'sum' (lowp int)
|
||||
0:54 'level4_medium' (mediump int)
|
||||
0:51 Sequence
|
||||
0:51 Test condition and select (void)
|
||||
0:51 Condition
|
||||
0:51 true (const bool)
|
||||
0:51 true case
|
||||
0:? Sequence
|
||||
0:54 add second child into first child (mediump int)
|
||||
0:54 'sum' (lowp int)
|
||||
0:54 'level4_medium' (mediump int)
|
||||
0:57 add second child into first child (highp int)
|
||||
0:57 'sum' (lowp int)
|
||||
0:57 'level3_high' (highp int)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue