Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stripes in fullscreen on macOS #394

Open
Vutshi opened this issue Jun 4, 2024 · 2 comments
Open

Stripes in fullscreen on macOS #394

Vutshi opened this issue Jun 4, 2024 · 2 comments
Labels
driver bug Update your drivers to fix this issue help wanted Extra attention is needed upstream bug Bug appears to originate in an upstream dependency

Comments

@Vutshi
Copy link

Vutshi commented Jun 4, 2024

I see the following stripes in minimal-egui example when in fullscreen mode:
egui

Curiously, when switching to fullscreen mode, I see the expected plain background for a brief moment before the stripes appear.
This bug also appears in martyPC emulator which employs pixels.

Environment:

  • macOS 13.6.7 (22G720)
  • 2,3 GHz Quad-Core Intel Core i7
  • Intel Iris Plus Graphics
  • Rust 1.78.0
@parasyte parasyte added help wanted Extra attention is needed upstream bug Bug appears to originate in an upstream dependency driver bug Update your drivers to fix this issue labels Sep 22, 2024
@parasyte
Copy link
Owner

This looks like the clear color is not being set correctly, or that the background is not being cleared. What happens when you move the egui window around? If it leaves a ghost of the window in the background, that confirms my suspicion.

@parasyte
Copy link
Owner

Upstream issue: gfx-rs/wgpu#3415

I'll keep this open to track upstream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
driver bug Update your drivers to fix this issue help wanted Extra attention is needed upstream bug Bug appears to originate in an upstream dependency
Projects
None yet
Development

No branches or pull requests

2 participants