HLSL: Implement 'this' keyword.
This commit is contained in:
parent
3778979cd4
commit
7a41f96d10
8 changed files with 435 additions and 9 deletions
|
|
@ -273,6 +273,7 @@ enum EHlslTokenClass {
|
|||
EHTokCBuffer,
|
||||
EHTokTBuffer,
|
||||
EHTokTypedef,
|
||||
EHTokThis,
|
||||
|
||||
// constant
|
||||
EHTokFloatConstant,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue