summaryrefslogtreecommitdiff
path: root/source/slang/hlsl.meta.slang
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2023-08-29 11:26:27 +0800
committerGitHub <noreply@github.com>2023-08-29 11:26:27 +0800
commitaf363c02bf0fa2502c14f454965adff87170ff15 (patch)
treecc3f49d1f2a80bc02d5afd795ac73f168203d40a /source/slang/hlsl.meta.slang
parent508dc3a95de50de4a4d07d0a72a18e40d55b0e2e (diff)
s/depreciated/deprecated/ (#3153)
Diffstat (limited to 'source/slang/hlsl.meta.slang')
-rw-r--r--source/slang/hlsl.meta.slang2
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