You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried this gfx-rs/wgpu#4665 (comment) workaround - forcing the Atlas to start with 2 layers - and it fixes the issue (at least for the sake of confirming that it's this specific wgpu problem).
I can confirm this bug. Currently I'm running MicroOS Aeon and I noticed that, when I run my app compiled on ubuntu container and run from there, (i guess it's vulkan backend?) it's running fine. But when the same app is running from host OS the images are black. Also I noticed something interesting related. Here is a short video explaining it:
Is there an existing issue for this?
Is this issue related to iced?
What happened?
You get black rectangles instead of images if the wgpu GLES backend is used.
Reproduced under Linux with:
WGPU_BACKEND=gl
WGPU_BACKEND=gl
I have tracked it to this wgpu issue: gfx-rs/wgpu#1614
I have tried this gfx-rs/wgpu#4665 (comment) workaround - forcing the Atlas to start with 2 layers - and it fixes the issue (at least for the sake of confirming that it's this specific wgpu problem).
Probably the same issues:
What is the expected behavior?
The images are shown the same way as with other backends.
Version
master
Operating System
Linux
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered: