diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2023-08-29 11:26:27 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-29 11:26:27 +0800 |
| commit | af363c02bf0fa2502c14f454965adff87170ff15 (patch) | |
| tree | cc3f49d1f2a80bc02d5afd795ac73f168203d40a /source/slang/hlsl.meta.slang | |
| parent | 508dc3a95de50de4a4d07d0a72a18e40d55b0e2e (diff) | |
s/depreciated/deprecated/ (#3153)
Diffstat (limited to 'source/slang/hlsl.meta.slang')
| -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 a3900826e..81f05d3d4 100644 --- a/source/slang/hlsl.meta.slang +++ b/source/slang/hlsl.meta.slang @@ -3379,7 +3379,7 @@ int NonUniformResourceIndex(int index) /// It's effect is presumably to ignore it, which the following implementation does. /// We should also look to add a warning for this scenario. [__unsafeForceInlineEarly] -[deprecated("NonUniformResourceIndex on a type other than uint/int is depreciated and has no effect")] +[deprecated("NonUniformResourceIndex on a type other than uint/int is deprecated and has no effect")] T NonUniformResourceIndex<T>(T value) { return value; } // Normalize a vector |
