You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the situation in which you encountered the missing validation
Issue description:
I spent hours debugging why my ray queries didn't work, and the issue was building the TLAS when i had a pending associated BLAS build in the same vkCmdBuildAccelerationStructuresKHR command.
Valid Usage IDs requested
Please include the valid usage IDs for the checks you are requesting:
I couldn't find the VUID for this on the specification page (maybe should be added?). But i think it would go along the lines of: "If a top-level acceleration structure is being built, the associated bottom-level acceleration structure should not be built or updated within the same call"