wgpu/naga/tests/root.rs
Jim Blandy 89a0ebfbd6 [naga] Test CallResult and AtomicResult population.
Add tests to ensure that validation checks that `CallResult` and
`AtomicResult` expressions actually have their values provided by
`Call` and `Atomic` statements, and not `Emit` statements.
2024-05-28 09:17:16 +02:00

6 lines
90 B
Rust

mod example_wgsl;
mod snapshots;
mod spirv_capabilities;
mod validation;
mod wgsl_errors;