mdn / browser-compat-data

This repository contains compatibility data for Web technologies as displayed on MDN
https://developer.mozilla.org
Creative Commons Zero v1.0 Universal
5.01k stars 2.01k forks source link

Chrome 123 supports unrestricted_pointer_parameters extension in WGSL #25171

Closed chrisdavidmills closed 1 week ago

chrisdavidmills commented 1 week ago

Summary

Chrome 123 supports the unrestricted_pointer_parameters language extension (see WGSLLanguageFeatures), which loosens restrictions on pointers being passed to WGSL functions as follows:

This PR adds a data point for the language extension.

See https://developer.chrome.com/blog/new-in-webgpu-123#unrestricted_pointer_parameters_in_wgsl for the data source.

Test results and supporting details

Spec PR: https://github.com/gpuweb/gpuweb/pull/4312

Related issues

Project issue: https://github.com/mdn/content/issues/36350

github-actions[bot] commented 1 week ago

This pull request has merge conflicts that must be resolved before it can be merged.