commit | 9249c709b0d694bac399ad953775a33e4ca0cb1e | [log] [tgz] |
---|---|---|
author | LoopDawg <nospam@nowhere.net> | Tue Jul 12 20:44:32 2016 -0600 |
committer | LoopDawg <nospam@nowhere.net> | Tue Jul 12 20:50:34 2016 -0600 |
tree | 535e700c0d448c8c98f2bdca7ce0934999af7b1b | |
parent | f02bea288f1d73a5f8dc16ee7c51d708cc32a2e4 [diff] [blame] |
HLSL: add in/out/inout qualifiers.
diff --git a/hlsl/hlslTokens.h b/hlsl/hlslTokens.h index ebd9b63..5a5266a 100755 --- a/hlsl/hlslTokens.h +++ b/hlsl/hlslTokens.h
@@ -61,6 +61,9 @@ EHTokRowMajor, EHTokColumnMajor, EHTokPackOffset, + EHTokIn, + EHTokOut, + EHTokInOut, // template types EHTokBuffer,