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 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
Description
hello-compute example crashes with the message
Repro steps
git clone https://github.com/gfx-rs/wgpu.git cd wgpu cargo run --example cube
Expected vs observed behavior
Extra materials
Platform
Author: Samuel Hurel samuel.hurel@gmail.com
Date: Sat Feb 5 15:53:04 2022 +0100
Allow non struct buffers in wgsl (Allow non struct buffers in wgsl #2451)
The text was updated successfully, but these errors were encountered: