HLSL: Airplane work: break/continue/discard grammar, and decls for for/if/while.
This commit is contained in:
parent
a4a4d5e22c
commit
5bc4d9a26f
9 changed files with 522 additions and 39 deletions
|
|
@ -58,6 +58,7 @@ namespace glslang {
|
|||
bool acceptIdentifier(HlslToken&);
|
||||
bool acceptCompilationUnit();
|
||||
bool acceptDeclaration(TIntermNode*& node);
|
||||
bool acceptControlDeclaration(TIntermNode*& node);
|
||||
bool acceptFullySpecifiedType(TType&);
|
||||
void acceptQualifier(TQualifier&);
|
||||
bool acceptType(TType&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue