Skip to content

Commit

Permalink
use wgpu's Backends::PRIMARY instead of Backends::all()
Browse files Browse the repository at this point in the history
  • Loading branch information
srtnnm committed Dec 21, 2024
1 parent f2c9b6b commit 1690219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl Default for Settings {
fn default() -> Settings {
Settings {
present_mode: wgpu::PresentMode::AutoVsync,
backends: wgpu::Backends::all(),
backends: wgpu::Backends::PRIMARY,
default_font: Font::default(),
default_text_size: Pixels(16.0),
antialiasing: None,
Expand Down

0 comments on commit 1690219

Please sign in to comment.