About 157,000 results
Open links in new tab
  1. WebGL / WebGPU — Showcase, Tutorials, Examples & Community

    Dec 22, 2025 · The canonical WebGL / WebGPU resource. Learn graphics programming, GPU compute with tutorials, interactive examples, comprehensive guides, and a thriving community.

  2. WebGPU API - Web APIs | MDN - MDN Web Docs

    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 …

  3. 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 …

  4. webgpu.org | WebGPU Homepage

    WebGPU and WGSL (WebGPU Shading Language) are W3C standards for GPU acceleration on the Web. There are also implementations of WebGPU in other languages, for both …

  5. Your first WebGPU app - Google Codelabs

    WebGPU brings the advancements of these modern APIs to the web platform. It focuses on enabling GPU features in a cross-platform way, while presenting an API that feels natural on …

  6. WebGPU

    WebGPU applications have access to GPU memory and compute units. A WebGPU implementation may limit the available GPU memory to an application, in order to keep other …

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

  8. Overview of WebGPU | Chrome for Developers

    Aug 11, 2025 · WebGPU is a web graphics API that offers significant benefits, such as greatly reduced JavaScript workload for the same graphics and more than three times improvements …

  9. WebGPU is now supported in major browsers | Blog | web.dev

    Nov 25, 2025 · WebGPU —the powerful API for running high-performance 3D graphics and general-purpose GPU computations—is officially supported across Chrome, Edge, Firefox, …

  10. 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 …