Skip to content

Commit

Permalink
remove fixed todos
Browse files Browse the repository at this point in the history
  • Loading branch information
Elabajaba committed Nov 20, 2023
1 parent 7c1336b commit 01414c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/bevy_render/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,7 @@ impl Plugin for RenderPlugin {
let instance = wgpu::Instance::new(wgpu::InstanceDescriptor {
backends,
dx12_shader_compiler: settings.dx12_shader_compiler.clone(),
// TODO: make this configurable
flags: settings.instance_flags,
// TODO: make this configurable
gles_minor_version: settings.gles3_minor_version,
});
let surface = primary_window.map(|wrapper| unsafe {
Expand Down

0 comments on commit 01414c9

Please sign in to comment.