Skip to content

Commit

Permalink
fix huge amount of logs on dx12
Browse files Browse the repository at this point in the history
  • Loading branch information
Uriopass committed Jan 20, 2024
1 parent a3b4984 commit 74dac41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/src/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ impl log::Log for MyLog {
| "wgpu_core::hub"
| "wgpu_core::device::global"
| "wgpu_hal::vulkan::instance"
| "wgpu_hal::dx12::device"
| "gfx_memory"
| "gfx_backend_vulkan"
| "gfx_descriptor" => l <= Level::Warn,
Expand Down

0 comments on commit 74dac41

Please sign in to comment.