About 43,600 results
Open links in new tab
  1. WebGPU API - Web APIs | MDN - MDN Web Docs

    5 days ago · 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 …

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

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

  5. WebGPU - World Wide Web Consortium (W3C)

    The WebGPU interface defines the public interface and state of the WebGPU object. It can be used on the content timeline where it was created, where it is a JavaScript-exposed WebIDL …

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

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

  8. WebGL / WebGPU — Showcase, Tutorials, Examples & Community

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

  9. GitHub - mikbry/awesome-webgpu: Curated list of awesome …

    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.

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