HLSL: Implement 'this' keyword.

This commit is contained in:
John Kessenich
2017-03-22 11:38:22 -06:00
parent 3778979cd4
commit 7a41f96d10
8 changed files with 435 additions and 9 deletions

View File

@@ -273,6 +273,7 @@ enum EHlslTokenClass {
EHTokCBuffer,
EHTokTBuffer,
EHTokTypedef,
EHTokThis,
// constant
EHTokFloatConstant,