← Back to release summary

WGSL: pointer composite access

Category
Graphics
Type
Chromium catches up
Status
Enabled by default (Chrome 123)
Intent stage
None

Summary

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`.

Standards & signals

View on chromestatus.com