Samples for the Dawn library
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL.
Samples
python tools/fetch_dawn_dependencies.py
mkdir -p out/Debug cd out/Debug cmake ../.. make # -j N for N-way parallel build
Android Samples
python tools/fetch_dawn_dependencies.py
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.