You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

767 B

WebGPU API

Date Updated: June 16, 2020

WebGPU exposes an API for performing operations, such as rendering and computation, on a Graphics Processing Unit. Dawn is the underlying implementation of WebGPU in chromium. In the future, with WebGPU bindings provided by emscripten, CanvasKit should be able to use a WebGPU rendering device.

Some features are currently available in Chrome Canary behind the --enable-unsafe-webgpu flag.