HLSL: add in/out/inout qualifiers.
This commit is contained in:
parent
f02bea288f
commit
9249c709b0
6 changed files with 264 additions and 0 deletions
|
|
@ -61,6 +61,9 @@ enum EHlslTokenClass {
|
|||
EHTokRowMajor,
|
||||
EHTokColumnMajor,
|
||||
EHTokPackOffset,
|
||||
EHTokIn,
|
||||
EHTokOut,
|
||||
EHTokInOut,
|
||||
|
||||
// template types
|
||||
EHTokBuffer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue