Skip to content

Commit

Permalink
Set default backend to PRIMARY
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed May 28, 2024
1 parent de82f6c commit 1839237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/kas-wgpu/src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ impl Default for Options {
fn default() -> Self {
Options {
power_preference: PowerPreference::LowPower,
backends: Backends::all(),
backends: Backends::PRIMARY,
wgpu_trace_path: None,
}
}
Expand Down

0 comments on commit 1839237

Please sign in to comment.