HLSL: Fix #1912: add attribute syntax for nonreadable/nonwritable
This commit is contained in:
parent
2d9b0a3550
commit
8a97d38913
5 changed files with 323 additions and 86 deletions
|
|
@ -116,7 +116,9 @@ namespace glslang {
|
|||
EatFormatRg8ui,
|
||||
EatFormatR16ui,
|
||||
EatFormatR8ui,
|
||||
EatFormatUnknown
|
||||
EatFormatUnknown,
|
||||
EatNonWritable,
|
||||
EatNonReadable
|
||||
};
|
||||
|
||||
class TIntermAggregate;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue