mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
89a0ebfbd6
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.
6 lines
90 B
Rust
6 lines
90 B
Rust
mod example_wgsl;
|
|
mod snapshots;
|
|
mod spirv_capabilities;
|
|
mod validation;
|
|
mod wgsl_errors;
|