Replies: 2 comments 2 replies
-
I have no idea - never seen this before. I'm pretty sure the problem is not in Maybe a division by zero in your shader (e.g. if you are trying to unmultiply the alpha) ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Ok, so I discovered that the artifact goes away when I disable VSync from Quartz Debug. This leads me to believe that this is actually some macOS issue, possibly related to this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm just getting started with egui and it seems like a really nice and well thought out library. I'm running into an issue though. When running my application fullscreen, I get this weird artifact around the widget I'm creating with egui:
When running it in a window, there's no artifact and the widget is displayed as it should with the shadow:
Any idea what could cause this? I'm doing my own integration with wgpu and winit running on macOS.
Beta Was this translation helpful? Give feedback.
All reactions