bevy_jfa icon indicating copy to clipboard operation
bevy_jfa copied to clipboard

Bevy 0.9

Open ManevilleF opened this issue 2 years ago • 0 comments

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 avatar Nov 13 '22 11:11 ManevilleF