Fix scope definition in ES 100. (#2379)
* Remove image2DShadow and other 3 tokens. Refine codes. Remove image2DShadow and other 3 tokens. Refine codes. * 110scope.vert has redefinition part of what's removed from 100scope.vert
This commit is contained in:
parent
f8a5602c55
commit
3933d7d414
6 changed files with 91 additions and 26 deletions
|
|
@ -84,6 +84,7 @@ public:
|
|||
scopeMangler("::"),
|
||||
symbolTable(symbolTable),
|
||||
statementNestingLevel(0), loopNestingLevel(0), structNestingLevel(0), controlFlowNestingLevel(0),
|
||||
currentFunctionType(nullptr),
|
||||
postEntryPointReturn(false),
|
||||
contextPragma(true, false),
|
||||
beginInvocationInterlockCount(0), endInvocationInterlockCount(0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue