HLSL: add precise keyword

This commit is contained in:
steve-lunarg
2016-08-24 23:49:36 -06:00
parent fcc0aa3b64
commit 36e87d0871
4 changed files with 119 additions and 0 deletions

View File

@@ -463,6 +463,7 @@ EHlslTokenClass HlslScanContext::tokenizeIdentifier()
case EHTokIn:
case EHTokOut:
case EHTokInOut:
case EHTokPrecise:
case EHTokLayout:
return keyword;