HLSL: Partially address issue #463: accept GLSL layout(...).
This includes all "per variable" layout qualifiers, but the key ones mattering and tested for now are: set= binding= constant_id= push_constant
This commit is contained in:
parent
78a8b0737c
commit
b9e39120b4
9 changed files with 270 additions and 55 deletions
|
|
@ -64,6 +64,7 @@ enum EHlslTokenClass {
|
|||
EHTokIn,
|
||||
EHTokOut,
|
||||
EHTokInOut,
|
||||
EHTokLayout,
|
||||
|
||||
// template types
|
||||
EHTokBuffer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue