commit | 62ea8667f9587536e76f97e449bd380f017d8328 | [log] [tgz] |
---|---|---|
author | Sonakshi Saxena <nexa@google.com> | Tue Jan 16 12:40:16 2024 +0000 |
committer | Sonakshi Saxena <nexa@google.com> | Tue Jan 16 12:41:46 2024 +0000 |
tree | 29eec0fd7db61a1764057817ecf328b864640312 | |
parent | 1e309326453596223fd6b8d5ed23ddb4d289ecc9 [diff] |
Added build instructions to README. Change-Id: I0bada6db974d390bfc154f125c0e0428c1d427a7
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.