diff options
Diffstat (limited to 'source')
| -rw-r--r-- | source/slang/hlsl.meta.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/hlsl.meta.slang b/source/slang/hlsl.meta.slang index ec7ff0e0d..d71e57400 100644 --- a/source/slang/hlsl.meta.slang +++ b/source/slang/hlsl.meta.slang @@ -25101,7 +25101,7 @@ struct CoopVec<T : __BuiltinArithmeticType, let N : int> : IArray<T>, IArithmeti } __intrinsic_op($(kIROp_Neg)) - This __pureNeg(This other); + static This __pureNeg(This other); /// Returns a new cooperative vector where each component has its sign negated. /// @return A new cooperative vector containing the negated values. |
