diff options
Diffstat (limited to 'source/slang/core.meta.slang')
| -rw-r--r-- | source/slang/core.meta.slang | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/slang/core.meta.slang b/source/slang/core.meta.slang index d8b5c38d3..f8012af1d 100644 --- a/source/slang/core.meta.slang +++ b/source/slang/core.meta.slang @@ -2636,4 +2636,7 @@ __attributeTarget(FuncDecl) attribute_syntax [DerivativeGroupQuad] : DerivativeGroupQuadAttribute; __attributeTarget(FuncDecl) -attribute_syntax [DerivativeGroupLinear] : DerivativeGroupLinearAttribute;
\ No newline at end of file +attribute_syntax [DerivativeGroupLinear] : DerivativeGroupLinearAttribute; + +__attributeTarget(FuncDecl) +attribute_syntax [noRefInline] : NoRefInlineAttribute;
\ No newline at end of file |
