Skip to content

Conversation

andyleiserson
Copy link
Contributor

@andyleiserson andyleiserson commented Aug 13, 2025

This PR is based on top of #8085. The two changes don't directly relate, but are both useful in the context of other changes I am working on.

Enable additional vertex formats in deno. There wasn't any note about why they aren't enabled, but they were only added to wgpu relatively recently, so I'm assuming there wasn't any reason beyond that for deno to exclude them.

Testing
Tested this change with the webgpu:api,operation,vertex_state,correctness:setVertexBuffer_offset_and_attribute_offset CTS test, but I am still working on other things that may affect the stability of this test in CI, so I have not added it to the regression.

Squash or Rebase? Squash (after merging #8085)

Checklist

  • Run cargo fmt.
  • Run taplo format.
  • Run cargo clippy --tests. If applicable, add:
    • --target wasm32-unknown-unknown
  • Run cargo xtask test to run tests.
  • If this contains user-facing changes, add a CHANGELOG.md entry.

Copy link
Member

@ErichDonGubler ErichDonGubler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: These are likely missing for the same reason that Firefox was missing them (see bug 1933317, gpuweb/gpuweb#4951, #6614); they're recent resurrections in the spec.

@andyleiserson andyleiserson merged commit 8897c9e into gfx-rs:trunk Aug 20, 2025
40 checks passed
@andyleiserson andyleiserson deleted the deno-vertex-formats branch August 20, 2025 22:35
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

Successfully merging this pull request may close these issues.

3 participants