HLSL: add precise keyword
This commit is contained in:
parent
fcc0aa3b64
commit
36e87d0871
4 changed files with 119 additions and 0 deletions
|
|
@ -463,6 +463,7 @@ EHlslTokenClass HlslScanContext::tokenizeIdentifier()
|
|||
case EHTokIn:
|
||||
case EHTokOut:
|
||||
case EHTokInOut:
|
||||
case EHTokPrecise:
|
||||
case EHTokLayout:
|
||||
return keyword;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue