diff options
| author | Yong He <yonghe@outlook.com> | 2020-07-31 18:30:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-31 18:30:10 -0700 |
| commit | 9ac5c51ae1f0664a9dcb31392894e4f76bdbcf98 (patch) | |
| tree | 17fb1e6989a19f93cd84f9ef45cc1744bf19450a /source/slang/core.meta.slang | |
| parent | bb42514acc03a476a93ae82fa0cc9d02dce86239 (diff) | |
Add [anyValueSize] attribute to interfaces and propagate that in the IR. (#1469)
Co-authored-by: Tim Foley <tfoleyNV@users.noreply.github.com>
Diffstat (limited to 'source/slang/core.meta.slang')
| -rw-r--r-- | source/slang/core.meta.slang | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/slang/core.meta.slang b/source/slang/core.meta.slang index a6a969bed..716a93328 100644 --- a/source/slang/core.meta.slang +++ b/source/slang/core.meta.slang @@ -1955,3 +1955,6 @@ attribute_syntax [sealed] : SealedAttribute; __attributeTarget(AggTypeDecl) attribute_syntax [open] : OpenAttribute; + +__attributeTarget(InterfaceDecl) +attribute_syntax [anyValueSize(size:int)] : AnyValueSizeAttribute; |
