![]() # Objective - Fix this error to be able to run UI examples in WebGPU ``` 1 error(s) generated while compiling the shader: :31:18 error: integral user-defined vertex outputs must have a flat interpolation attribute @location(3) mode: u32, ^^^^ :36:1 note: while analyzing entry point 'vertex' fn vertex( ^^ ``` It was introduce in #8793 ## Solution - Add `@interpolate(flat)` to the `mode` field |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |