mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-02-16 17:02:32 +00:00
![Jim Blandy](/assets/img/avatar_default.png)
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;
|