Skip to content

Conversation

@chrisdavidmills
Copy link
Contributor

Summary

Chrome 123 adds support for the pointer_composite_access WGSL extension. See https://developer.chrome.com/blog/new-in-webgpu-123#syntax_sugar_for_dereferencing_composites_in_wgsl.

This PR adds a data point for this support.

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 Jun 26, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Jun 26, 2025

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

@caugner caugner changed the title Chrome 123 support for pointer_composite_access WGSL extension Chrome 123 supports pointer_composite_access WGSL extension Jun 27, 2025
],
"support": {
"chrome": {
"version_added": "123"
Copy link
Contributor

Choose a reason for hiding this comment

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

Checked in the dawn sources that this was indeed added together with unrestricted_pointer_parameters.

But does this mean the notes ("Currently supported on ChromeOS, macOS, and Windows only.") also apply here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think that note should apply everywhere for WebGPU desktop support. I've added it into the other extension data points.

@caugner caugner merged commit 51f2b8a into mdn:main Jun 30, 2025
6 checks passed
@mdn-bot mdn-bot mentioned this pull request Jun 30, 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