Skip to content

Commit

Permalink
[SPIRV] Update submodules (#6936)
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 authored Sep 26, 2024
1 parent 5c16ae7 commit e12d3a7
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 e12d3a7

Please sign in to comment.