HLSL: Abstract accepting an identifier.
This commit is contained in:
parent
078d7f24bd
commit
aecd497c96
3 changed files with 47 additions and 33 deletions
|
|
@ -57,7 +57,7 @@ namespace glslang {
|
|||
void advanceToken();
|
||||
bool acceptTokenClass(EHlslTokenClass);
|
||||
bool peekTokenClass(EHlslTokenClass);
|
||||
bool lookAheadTokenClass(EHlslTokenClass);
|
||||
bool acceptIdentifier(HlslToken&);
|
||||
|
||||
bool acceptCompilationUnit();
|
||||
bool acceptDeclaration(TIntermNode*& node);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue