Skip to content

Commit

Permalink
Remove nonexistent WgpuResourceDiagnosticsPlugin (bevyengine#4541)
Browse files Browse the repository at this point in the history
# Objective

Uncommenting the following results in a compile error: https://github.com/bevyengine/bevy/blob/7557f4db83b8e9d3049f242bd4b58f8546bb1510/examples/diagnostics/log_diagnostics.rs#L14-L15

## Solution

Remove the commented line.
  • Loading branch information
MrGVSV authored and exjam committed May 22, 2022
1 parent c1e40b8 commit 1ec9e48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/diagnostics/log_diagnostics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ fn main() {
// Adds a system that prints diagnostics to the console
.add_plugin(LogDiagnosticsPlugin::default())
// Any plugin can register diagnostics
// Uncomment this to add some render resource diagnostics:
// .add_plugin(bevy::wgpu::diagnostic::WgpuResourceDiagnosticsPlugin::default())
// Uncomment this to add an entity count diagnostics:
// .add_plugin(bevy::diagnostic::EntityCountDiagnosticsPlugin::default())
// Uncomment this to add an asset count diagnostics:
Expand Down

0 comments on commit 1ec9e48

Please sign in to comment.