Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix DebugLinePriority.spt SPIR-V validation errors (#2981)
This test had the following issues: - The ID bound in the header was set too low. - The OpVariable with ID 6 was declared with the Function storage class, but defined outside of a Function. Fix those and run spirv-val on this test.
- Loading branch information