Skip to content

Commit e12d3a7

Browse files
authored
[SPIRV] Update submodules (microsoft#6936)
Updates the submodules. One test started to fail because the "needslegalization" flag was not set correctly. That was fixed by identifiying SubpassInput as an opaque type.
1 parent 5c16ae7 commit e12d3a7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

tools/clang/lib/SPIRV/AstTypeProbe.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,6 +1098,9 @@ bool isOpaqueType(QualType type) {
10981098

10991099
if (name == "RayQuery")
11001100
return true;
1101+
1102+
if (name == "SubpassInput")
1103+
return true;
11011104
}
11021105
return false;
11031106
}

0 commit comments

Comments
 (0)