HLSL: Implement ?: grammar productions.
Missing are implicit conversions between int/bool/etc.
This commit is contained in:
parent
b783d712ab
commit
00957f8110
5 changed files with 423 additions and 7 deletions
|
|
@ -83,6 +83,7 @@ namespace glslang {
|
|||
bool acceptExpression(TIntermTyped*&);
|
||||
bool acceptInitializer(TIntermTyped*&);
|
||||
bool acceptAssignmentExpression(TIntermTyped*&);
|
||||
bool acceptConditionalExpression(TIntermTyped*&);
|
||||
bool acceptBinaryExpression(TIntermTyped*&, PrecedenceLevel);
|
||||
bool acceptUnaryExpression(TIntermTyped*&);
|
||||
bool acceptPostfixExpression(TIntermTyped*&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue