Skip to content

Commit

Permalink
make wgpu options public (bevyengine#1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
cart authored Dec 23, 2020
1 parent 906b406 commit 61ce3f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_wgpu/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ pub fn get_wgpu_render_system(resources: &mut Resources) -> impl FnMut(&mut Worl

#[derive(Default, Clone)]
pub struct WgpuOptions {
backend: WgpuBackend,
power_pref: WgpuPowerOptions,
pub backend: WgpuBackend,
pub power_pref: WgpuPowerOptions,
}

#[derive(Clone)]
Expand Down

0 comments on commit 61ce3f7

Please sign in to comment.