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
Description
I tried using a render bundle and got this error:
thread 'main' panicked at 'Error in RenderBundleEncoder::finish: In a set_pipeline command', /Users/kpreid/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-0.15.0/src/backend/direct.rs:316:9
Expected vs observed behavior
The error is incomplete: it doesn't say what was wrong with the operation. Based on the line number, this appears to be because
Description
I tried using a render bundle and got this error:
thread 'main' panicked at 'Error in RenderBundleEncoder::finish: In a set_pipeline command', /Users/kpreid/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-0.15.0/src/backend/direct.rs:316:9
Expected vs observed behavior
The error is incomplete: it doesn't say what was wrong with the operation. Based on the line number, this appears to be because
prints
cause
but notcause
's chain (like non-fatal error handling does).The text was updated successfully, but these errors were encountered: