DXC generates corrupted DXIL IR from a code that uses RayQuery as a struct member #6998
Labels
bug
Bug, regression, crash
diagnostic
Issues for diagnostics
incorrect-code
Issues relating to handling of incorrect code
validation
Related to validation or signing
Milestone
Description
DXC generates corrupted DXIL IR from a code that uses RayQuery as a struct member
Steps to Reproduce
https://godbolt.org/z/9a4WeTWW3
Actual Behavior
The allocateRayQuery instruction is missing.
rayquery allocation argument in other rayquery intrinsics is replaced with an undef. Like this:
Environment
See godbolt link
The text was updated successfully, but these errors were encountered: