INNER CODE UNIT · Rust
build
dust-engine/dust · crates/gfxdebug/src/lib.rs:26
fn build(&self, app: &mut App) {
app.add_plugins(GpuProfilerPlugin);
app.add_plugins(PerformancePanelPlugin);
}
}
INNER CODE UNIT · Rust
dust-engine/dust · crates/gfxdebug/src/lib.rs:26
fn build(&self, app: &mut App) {
app.add_plugins(GpuProfilerPlugin);
app.add_plugins(PerformancePanelPlugin);
}
}