diff options
| author | Yong He <yonghe@outlook.com> | 2025-06-11 12:12:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-11 12:12:53 -0700 |
| commit | 45560483447dd737a63efc236b2be07fd0fc4347 (patch) | |
| tree | d0bc2e90d3aa0bfb630e02789ad6d38986cbc2a6 /source/slang/hlsl.meta.slang | |
| parent | 5a851fe846bb4b3657dfc94a88fcce7b1221a8eb (diff) | |
Fix an issue in extension override. (#7402)
* Fix an issue in extension override.
* Fix typo in comment.
Diffstat (limited to 'source/slang/hlsl.meta.slang')
| -rw-r--r-- | source/slang/hlsl.meta.slang | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/hlsl.meta.slang b/source/slang/hlsl.meta.slang index 8b0bade6e..3cfa9410b 100644 --- a/source/slang/hlsl.meta.slang +++ b/source/slang/hlsl.meta.slang @@ -533,6 +533,7 @@ interface ITexelElement { associatedtype Element : __BuiltinArithmeticType; static const int elementCount; + [OverloadRank(-1)] __init(Element x); } |
