Skip to content

Commit

Permalink
[SPIRV] Update submodules
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
s-perron committed Sep 26, 2024
1 parent c0c01e9 commit 36c8260
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions tools/clang/lib/SPIRV/AstTypeProbe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1098,6 +1098,9 @@ bool isOpaqueType(QualType type) {

if (name == "RayQuery")
return true;

if (name == "SubpassInput")
return true;
}
return false;
}
Expand Down

0 comments on commit 36c8260

Please sign in to comment.