HLSL: Basic array grammar.
This commit is contained in:
parent
93a162a857
commit
19b92fff7e
6 changed files with 254 additions and 9 deletions
|
|
@ -113,7 +113,7 @@ TOperator HlslOpMap::postUnary(EHlslTokenClass op)
|
|||
{
|
||||
switch (op) {
|
||||
case EHTokDot: return EOpIndexDirectStruct;
|
||||
case EHTokLeftBracket: return EOpIndexIndirect; // may need to change later to EOpIndexDirect
|
||||
case EHTokLeftBracket: return EOpIndexIndirect;
|
||||
|
||||
case EHTokIncOp: return EOpPostIncrement;
|
||||
case EHTokDecOp: return EOpPostDecrement;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue