diff options
Diffstat (limited to 'source')
| -rw-r--r-- | source/slang/slang-reflection-api.cpp | 2 |
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) ) { |
