The GPU for the Web Working Group invites implementations of the first Candidate Recommendation Snapshots for the following documents:
- WebGPU: Graphics Processing Units, or GPUs for short, have been essential in enabling rich rendering and computational applications in personal computing. WebGPU is an API that exposes the capabilities of GPU hardware for the Web. The API is designed from the ground up to efficiently map to (post-2014) native GPU APIs.
- WebGPU Shading Language, also known as WGSL for short: An application using the WebGPU API uses WGSL to express the programs, known as shaders, that run on the GPU. The shading language is tailored for parallel execution and usage on the Web.
Comments are welcome via GitHub issues by 28 February 2025.