mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
WR2 does not require the stencil buffer, so remove it from window properties.
This commit is contained in:
parent
ce01120fb1
commit
e898f09c83
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue