summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2022-12-20 00:20:58 +0800
committerGitHub <noreply@github.com>2022-12-20 00:20:58 +0800
commit36220da1e29c891972fef32c8575c15f868b9959 (patch)
treec67ea0c015845e3393b721e73a96d52884cb1143 /source
parent145a0f634ac8fb5cefe081237be1610740dd339a (diff)
s/TRACTING/TRACING/ (#2567)
Closes #2561
Diffstat (limited to 'source')
-rw-r--r--source/slang/slang-reflection-api.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-reflection-api.cpp b/source/slang/slang-reflection-api.cpp
index 2fa17c14b..5c5773fec 100644
--- a/source/slang/slang-reflection-api.cpp
+++ b/source/slang/slang-reflection-api.cpp
@@ -1273,7 +1273,7 @@ namespace Slang
}
else if( as<RaytracingAccelerationStructureType>(type) )
{
- return SLANG_BINDING_TYPE_RAY_TRACTING_ACCELERATION_STRUCTURE;
+ return SLANG_BINDING_TYPE_RAY_TRACING_ACCELERATION_STRUCTURE;
}
else if( auto untypedBufferType = as<UntypedBufferResourceType>(type) )
{