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
When compiling the simple example with feature bevy/wayland activated and running under wayland, it gives a wgpu error: Validation Error with the following cause:
Caused by:
In a RenderPass
note: encoder = `<CommandBuffer-(0, 1, Vulkan)>`
In a set_pipeline command
note: render pipeline = `egui render pipeline`
Render pipeline targets are incompatible with render pass
Incompatible color attachments at indices [0]: the RenderPass uses textures with formats [Some(Bgra8UnormSrgb)] but the RenderPipeline uses attachments with formats [Some(Bgra8Unorm)]
Relevant system information
OS: Arch Linux
Desktop Environment: GNOME 44.3 using wayland
Description
When compiling the simple example with feature
bevy/wayland
activated and running under wayland, it gives awgpu error: Validation Error
with the following cause:See bevyengine/bevy#9163 for discussion on the underlying cause.
The text was updated successfully, but these errors were encountered: