HLSL: Implement switch/case/default.
This commit is contained in:
parent
2f47bc9781
commit
d02dc5d05a
7 changed files with 514 additions and 7 deletions
|
|
@ -88,6 +88,7 @@ namespace glslang {
|
|||
bool acceptIterationStatement(TIntermNode*&);
|
||||
bool acceptJumpStatement(TIntermNode*&);
|
||||
bool acceptCaseLabel(TIntermNode*&);
|
||||
bool acceptDefaultLabel(TIntermNode*&);
|
||||
void acceptArraySpecifier(TArraySizes*&);
|
||||
void acceptPostDecls(TType&);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue