
WebGPU API - Web APIs | MDN
Nov 30, 2025 · The WebGPU API enables web developers to use the underlying system's GPU (Graphics Processing Unit) to carry out high-performance computations and draw complex images …
Your first WebGPU app - Google Codelabs
WebGPU is a new, modern API for accessing the capabilities of your GPU in web apps. Before WebGPU, there was WebGL, which offered a subset of the features of WebGPU. It enabled a new …
WebGPU
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.
WebGL / WebGPU — Showcase, Tutorials, Examples & Community
4 days ago · The canonical WebGL / WebGPU resource. Learn graphics programming, GPU compute with tutorials, interactive examples, comprehensive guides, and a thriving community.
WebGPU - Wikipedia
WebGPU API is a JavaScript, Rust, C++, and C API for cross-platform efficient graphics processing unit (GPU) access. Using a system's underlying Vulkan, Metal, or Direct3D 12 technologies, WebGPU …
Build an app with WebGPU | Chrome for Developers
Jul 20, 2023 · For web developers, WebGPU is a web graphics API that provides unified and fast access to GPUs. WebGPU exposes modern hardware capabilities and allows rendering and computation …
Welcome to WebGPU Learning Website
Learn WebGPU core concepts, rendering pipelines, and compute shader fundamentals. Learn how to create 3D graphics, perform parallel computing, and optimize performance through real projects. …
WebGPU Explainer - GitHub Pages
Dec 15, 2025 · WebGPU is a proposed Web API to enable webpages to use the system’s GPU (Graphics Processing Unit) to perform computations and draw complex images that can be …
Awesome WebGPU - GitHub
Real-Time Ray-Tracing in WebGPU - Building a Ray tracer using a modified version of WebGPU implementation with Vulkan and DX12 ray tracing extensions, by Felix Maier.
WebGPU Fundamentals
A set of articles to help learn WebGPU Basics Fundamentals Inter-stage Variables Uniforms Storage Buffers Vertex Buffers Textures Textures Loading Images Using Video Cube Maps Storage Textures …