mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
make wgpu options public (#1133)
This commit is contained in:
parent
906b406f6a
commit
61ce3f7bcf
1 changed files with 2 additions and 2 deletions
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue