skia2/modules/canvaskit/future_apis/WebGPU.md
Elliot Evans 8605d84f6d Add a future_apis folder to canvaskit. future_apis contains notes on
proposed and upcoming APIs and how they may be able to be used with
CanvasKit.

Change-Id: I085e65e7e3c58ef2cbe2ce60ddd813b2c531c890
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/296752
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2020-06-17 18:17:25 +00:00

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.