bevy/crates/bevy_render/src/diagnostic
James Liu a0f492b2dd
Fix CI for wasm atomics (#12730)
# Objective
CI is currently broken because of `DiagnosticsRecorder` not being Send
and Sync as required by Resource.

## Solution
Wrap `DiagnosticsRecorder` internally with a `WgpuWrapper`.
2024-03-26 14:26:21 +00:00
..
internal.rs Fix CI for wasm atomics (#12730) 2024-03-26 14:26:21 +00:00
mod.rs Add pipeline statistics (#9135) 2024-03-17 20:29:35 +00:00