Skip to content

Conversation

@chrisdavidmills
Copy link
Contributor

@chrisdavidmills chrisdavidmills commented Oct 16, 2025

Summary

Chrome 138 adds the ability for a GPUBuffer to be passed directly into a GPUDevice.createBindGroup() call as a binding resource in place of a GPUBufferBinding object, provided the default size and offset values are being used.

See https://developer.chrome.com/blog/new-in-webgpu-138#shorthand_for_using_buffer_as_a_binding_resource.

This PR adds a data point for the new feature.

Test results and supporting details

Related issues

@github-actions github-actions bot added data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API size:m [PR only] 25-100 LoC changed labels Oct 16, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Oct 16, 2025

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

@caugner caugner self-requested a review October 17, 2025 12:35
chrisdavidmills and others added 2 commits October 17, 2025 13:44
Co-authored-by: Claas Augner <[email protected]>
Co-authored-by: Claas Augner <[email protected]>
Copy link
Contributor

@caugner caugner left a comment

Choose a reason for hiding this comment

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

Sorry, missed the descriptions.

Let's reflect the feature ID in it.

chrisdavidmills and others added 2 commits October 20, 2025 13:50
Co-authored-by: Claas Augner <[email protected]>
Co-authored-by: Claas Augner <[email protected]>
@caugner caugner merged commit 564c7c9 into mdn:main Oct 22, 2025
6 checks passed
@mdn-bot mdn-bot mentioned this pull request Oct 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API size:m [PR only] 25-100 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants