What it is
WebGPU is a W3C specification for accessing the GPU directly from a browser. It reached Candidate Recommendation in December 2024 (still its status in 2026) and is enabled by default in Chrome and Edge 113+ on Windows, macOS and ChromeOS, in Safari 26 (September 2025) and in Firefox 141 on Windows and 145/147 on Apple-silicon Macs; Linux and Android support is still partial. Unlike WebGL (which wraps OpenGL ES) it gives low-level access comparable to Vulkan and Metal — compute shaders, explicit pipeline state, reusable render bundles.
Why ProAV cares
For software video walls with browser-based control panels, WebGPU collapses a previously hard architectural problem: client-side preview canvases that can hold many live source thumbnails without burning the operator's laptop. Published benchmarks show WebGPU sustaining far larger scenes than WebGL at the same frame rate.
The architecture shift
- Low-overhead command encoding — pre-validated pipelines and reusable render bundles cut per-frame JavaScript work, so the main thread stays free for UI interaction (encoding on one device from several threads is still a planned feature).
- Compute shaders — run general-purpose GPU workloads in the browser, including parts of the preview pipeline that used to require server-side rendering and a streamed screen capture.
- Three.js TSL — Three.js exposes its own shading language (TSL) that compiles to WebGPU (WGSL) and WebGL (GLSL) alike. Practical on-ramp for existing WebGL codebases.
What it doesn't do
WebGPU does not replace the server-side composer that drives the physical video wall panels — that still wants Vulkan or a comparable native API for the determinism and panel-output throughput. WebGPU's domain is the operator's browser: control plane, preview, situation maps, overlay graphics.
When to plan for it
New browser-based control panels in 2027-2028 will assume WebGPU is available. Existing WebGL panels keep working — there is no deprecation pressure — but anything beyond a static layout grid will start to feel slow once peer products move.
Related terms
Choose your next step
See the product
A 30-minute slot on the live stand, on your own: the operator interface plus a camera on the physical wall.
Plan your project
Share the display layout, sources and requirements. We will discuss the configuration and prepare a quote.
Work with Craft Wall
For integrators and resellers evaluating software for customer projects.