Implements #8875: Using binding_array should require an enable extension#9298
Implements #8875: Using binding_array should require an enable extension#929839ali wants to merge 13 commits intogfx-rs:trunkfrom
Conversation
|
I believe the failing CI are simply requiring that you update the snapshot output files. Be sure you're running |
|
@jimblandy not sure what's wrong with the changelog |
|
@jimblandy Can you hold off on merging this PR for a while, DMed you |
If you read the log in CI ([link] (https://github.com/gfx-rs/wgpu/actions/runs/23599656223/job/68725798927?pr=9298#step:3:47)), you see this message:
A release happened since you started this PR, so you need to move this line up to the new I bet it'd be helpful to include this above as a hint. I'll file a PR for that. 😁 |
f2c2c74 to
cf6503d
Compare
|
fixed the changelog but i think it broke because of the squash :| |
Connections
Fixes #8875
Description
this requires
wgpu_binding_arrayto be enabled in the shader to usebinding_arrayTesting
i added some tests to test this feature
Checklist
cargo fmt.taplo format.cargo clippy --tests. If applicable, add:--target wasm32-unknown-unknowncargo xtask testto run tests.CHANGELOG.mdentry.