Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For wgpu web backend, use a real type for submission indices. (gfx-rs…
…#2874) The wgpu web backend uses `()` as `Context::SubmissionIndex`, which is fine --- WebGPU provides no way to identify individual queue submissions --- except that Clippy is concerned about us passing around `()` in the front end as if it were a real value. Instead, define a new zero-size `wgpu::backend::web::SubmissionIndex` type for this use.
- Loading branch information