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

Bevy 0.9 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Bevy 0.9 #3

wants to merge 1 commit into from

Conversation

ManevilleF
Copy link

@ManevilleF ManevilleF commented Nov 13, 2022

Objective

bumb to bevy 0.9

Issues

Launching the example we have wgpu error:

2022-11-13T11:16:16.956602Z ERROR wgpu::backend::direct: Handling wgpu errors as fatal by default
thread 'main' panicked at 'wgpu error: Validation Error

Caused by:
    In a RenderPass
      note: encoder = `<CommandBuffer-(0, 1, Metal)>`
    In a set_pipeline command
      note: render pipeline = `jfa_outline_pipeline`
    Render pipeline targets are incompatible with render pass
    Incompatible color attachment: the renderpass expected [Some(Bgra8UnormSrgb)] but was given [Some(Rgba8UnormSrgb)]

', /me/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/src/backend/direct.rs:2403:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
-[_MTLCommandEncoder dealloc]:131: failed assertion `Command encoder released without endEncoding'

@ManevilleF ManevilleF marked this pull request as ready for review November 13, 2022 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant