WebKit / standards-positions

WebKit's positions on emerging web specifications
https://webkit.org/standards-positions/
240 stars 18 forks source link

WGSL: Pointer Composite Access #297

Closed Kangz closed 5 months ago

Kangz commented 6 months ago

WebKittens

@mwyrzykowski

Title of the spec

WGSL: Pointer Composite Access

URL to the spec

https://www.w3.org/TR/WGSL/

URL to the spec's repository

https://github.com/gpuweb/gpuweb/

Issue Tracker URL

https://github.com/gpuweb/gpuweb/issues

Explainer URL

https://github.com/gpuweb/gpuweb/issues/4114

TAG Design Review URL

N/A

Mozilla standards-positions issue URL

https://github.com/mozilla/standards-positions/issues/950

WebKit Bugzilla URL

No response

Radar URL

No response

Description

Functionality added to the WebGPU/WGSL spec after its first shipment in a browser. Provides better ergonomics for accessing member of a composite through a pointer. For example (*ptr).i can now be written ptr.i.

mwyrzykowski commented 5 months ago

Duplicate of https://github.com/WebKit/standards-positions/issues/107 per earlier discussion