Skip to content

Commit

Permalink
remove fixed todos
Browse files Browse the repository at this point in the history
  • Loading branch information
Elabajaba committed Dec 6, 2023
1 parent 8c656ef commit 2fef4b7
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 @@ -267,9 +267,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,
});
// SAFETY: Plugins should be set up on the main thread.
Expand Down

0 comments on commit 2fef4b7

Please sign in to comment.