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

hello-compute example crashes - Internal error: mapping of ResourceBinding { group: 0, binding: 0 } is missing #2460

Closed
ingun37 opened this issue Feb 6, 2022 · 1 comment

Comments

@ingun37
Copy link

ingun37 commented Feb 6, 2022

Description
hello-compute example crashes with the message

[2022-02-06T07:22:09Z ERROR wgpu::backend::direct] Handling wgpu errors as fatal by default
thread 'main' panicked at 'wgpu error: Validation Error

Caused by:
    In Device::create_compute_pipeline
    Internal error: mapping of ResourceBinding { group: 0, binding: 0 } is missing

', wgpu/src/backend/direct.rs:2273:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Repro steps

git clone https://github.com/gfx-rs/wgpu.git
cd wgpu
cargo run --example cube

Expected vs observed behavior

  • Expected to terminate successfully
  • but instead observed crash.

Extra materials

Platform

@jinleili
Copy link
Contributor

jinleili commented Feb 6, 2022

Has been fixed by #2459

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

No branches or pull requests

3 participants