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
|
|
@ -183,6 +183,7 @@ enum TOperator {
|
|||
EOpVectorSwizzle,
|
||||
|
||||
EOpMethod,
|
||||
EOpScoping,
|
||||
|
||||
//
|
||||
// Built-in functions mapped to operators
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue