HLSL: Flesh out misc. declaration grammar: semantics/registers/annotations/precise/etc.
Details within these bear even more fleshing out, but would like to have that driven by actual need.
This commit is contained in:
parent
e6e7494e2a
commit
630dd7da43
10 changed files with 273 additions and 80 deletions
|
|
@ -102,6 +102,7 @@ void HlslScanContext::fillInKeywordMap()
|
|||
(*KeywordMap)["extern"] = EHTokExtern;
|
||||
(*KeywordMap)["uniform"] = EHTokUniform;
|
||||
(*KeywordMap)["volatile"] = EHTokVolatile;
|
||||
(*KeywordMap)["precise"] = EHTokPrecise;
|
||||
(*KeywordMap)["shared"] = EHTokShared;
|
||||
(*KeywordMap)["groupshared"] = EHTokGroupShared;
|
||||
(*KeywordMap)["linear"] = EHTokLinear;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue