commit | a1e2d4952e0bf6ec809d243e01e0c602797bbfd2 | [log] [tgz] |
---|---|---|
author | John Kessenich <cepheus@frii.com> | Tue Sep 20 13:22:58 2016 -0600 |
committer | John Kessenich <cepheus@frii.com> | Tue Sep 20 13:22:58 2016 -0600 |
tree | b31c838df8e63012cf1ec1559dbdfc7dfa0102cd | |
parent | 2572b19e942a8d5de59265553fa45ab64671495b [diff] [blame] |
HLSL: Move to correct parsing of annotations, improving all annotations and recent string grammar.
diff --git a/hlsl/hlslTokens.h b/hlsl/hlslTokens.h index 9e23cc7..e38cb9a 100755 --- a/hlsl/hlslTokens.h +++ b/hlsl/hlslTokens.h
@@ -70,10 +70,10 @@ EHTokBuffer, EHTokVector, EHTokMatrix, - EHTokString, // scalar types EHTokVoid, + EHTokString, EHTokBool, EHTokInt, EHTokUint,