summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-reflection-json.cpp
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2025-01-10 13:34:54 -0800
committerGitHub <noreply@github.com>2025-01-10 13:34:54 -0800
commita985e240a6d9edb1545e357d20805bf81fba975a (patch)
tree7e52a9c60c364f1d00b6e6ce2d3b6f211c2ebbfc /source/slang/slang-reflection-json.cpp
parent4104aa7f95e0d29e877be5208031e2670fb5a77d (diff)
Fix CUDA reflection for acceleration structure handle size. (#6055)
Diffstat (limited to 'source/slang/slang-reflection-json.cpp')
-rw-r--r--source/slang/slang-reflection-json.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/slang-reflection-json.cpp b/source/slang/slang-reflection-json.cpp
index 57183f54d..be6539246 100644
--- a/source/slang/slang-reflection-json.cpp
+++ b/source/slang/slang-reflection-json.cpp
@@ -416,6 +416,7 @@ static void emitReflectionResourceTypeBaseInfoJSON(
CASE(TEXTURE_BUFFER, textureBuffer);
CASE(STRUCTURED_BUFFER, structuredBuffer);
CASE(BYTE_ADDRESS_BUFFER, byteAddressBuffer);
+ CASE(ACCELERATION_STRUCTURE, accelerationStructure);
#undef CASE
}
writer << "\"";