Use PowerPreference::Default in iced_wgpu
This commit is contained in:
parent
67570a0a1d
commit
e648de560d
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ impl<'a> Layer<'a> {
|
|||
impl Renderer {
|
||||
fn new() -> Self {
|
||||
let adapter = Adapter::request(&RequestAdapterOptions {
|
||||
power_preference: PowerPreference::LowPower,
|
||||
power_preference: PowerPreference::Default,
|
||||
backends: BackendBit::all(),
|
||||
})
|
||||
.expect("Request adapter");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue