gfx-rs / wgpu

A cross-platform, safe, pure-Rust graphics API.
https://wgpu.rs
Apache License 2.0
12.72k stars 933 forks source link

WGSL: suggest removing `@` from `@diagnostic(…);` #6536

Open ErichDonGubler opened 1 week ago

ErichDonGubler commented 1 week ago

When a user writes the following in WGSL:

@diagnostic(off, derivative_uniformity);

// …

It would be nice to suggest that they might have success if they remove the @.