Fix EGL for wayland.
This commit is contained in:
parent
cab61a1367
commit
508e8cf665
2 changed files with 7 additions and 7 deletions
|
|
@ -461,7 +461,7 @@ impl Default for PixelFormatRequirements {
|
|||
alpha_bits: Some(8),
|
||||
depth_bits: Some(24),
|
||||
stencil_bits: Some(8),
|
||||
double_buffer: Some(true),
|
||||
double_buffer: None,
|
||||
multisampling: None,
|
||||
stereoscopy: false,
|
||||
srgb: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue