Skip to content

Commit 64982b4

Browse files
ChristianReinboldChristian Reinbold
authored andcommitted
lower spirv ray query type to opaque debug type
1 parent bb0b3d6 commit 64982b4

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)