HLSL: Add scoping operator, accept static member functions, and support calling them.
This commit is contained in:
parent
5f12d2f752
commit
54ee28f4d0
11 changed files with 424 additions and 50 deletions
|
|
@ -118,6 +118,8 @@ TOperator HlslOpMap::postUnary(EHlslTokenClass op)
|
|||
case EHTokIncOp: return EOpPostIncrement;
|
||||
case EHTokDecOp: return EOpPostDecrement;
|
||||
|
||||
case EHTokColonColon: return EOpScoping;
|
||||
|
||||
default: return EOpNull; // means not a post-unary op
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue