Skip to content

Commit e5da07d

Browse files
lower spirv ray query type to opaque debug type
1 parent 20950d6 commit e5da07d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/clang/lib/SPIRV/DebugTypeVisitor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ SpirvDebugType *DebugTypeVisitor::lowerToDebugType(const SpirvType *spirvType) {
323323
}
324324
case SpirvType::TK_Image:
325325
case SpirvType::TK_Sampler:
326+
case SpirvType::TK_RayQueryKHR:
326327
case SpirvType::TK_Struct: {
327328
debugType = lowerToDebugTypeComposite(spirvType);
328329
break;

0 commit comments

Comments
 (0)