Skip to content

Commit

Permalink
WR2 does not require the stencil buffer, so remove it from window pro…
Browse files Browse the repository at this point in the history
…perties.
  • Loading branch information
gw3583 committed Aug 9, 2016
1 parent ce01120 commit e898f09
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ports/glutin/window.rs
Expand Up @@ -157,10 +157,6 @@ impl Window {
builder = builder.with_vsync();
}

if opts::get().use_webrender {
builder = builder.with_stencil_buffer(8);
}

if opts::get().use_msaa {
builder = builder.with_multisampling(MULTISAMPLES)
}
Expand Down

0 comments on commit e898f09

Please sign in to comment.