Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove fixed todos
Browse files Browse the repository at this point in the history
Elabajaba committed Nov 16, 2023
1 parent 061ded9 commit 19ae00f
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
@@ -272,9 +272,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 {

0 comments on commit 19ae00f

Please sign in to comment.