-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Gaps in binding group indices #1489
Copy link
Copy link
Closed
Labels
area: validationIssues related to validation, diagnostics, and error handlingIssues related to validation, diagnostics, and error handlinghelp requiredWe need community help to make this happen.We need community help to make this happen.type: bugSomething isn't workingSomething isn't working
Milestone
Description
Description
If I specify binding groups in wgsl (using reflection, no layout), I can specify for instance group 0 and 2 (and skip 1), but when I try to bind that in the application I get an error.
Repro steps
https://github.com/FredrikNoren/wgpu/tree/gap-bug/wgpu/examples/hello-triangle
Expected vs observed behavior
I'm getting the following error in the example: current render pipeline has a layout which is incompatible with a currently set bind group, first differing at entry index 0.
Platform
OSX
(@kvark requested that I filed this issue)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: validationIssues related to validation, diagnostics, and error handlingIssues related to validation, diagnostics, and error handlinghelp requiredWe need community help to make this happen.We need community help to make this happen.type: bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done