commit | d611aebc10a3b3edc1a9add9ed10f406d0b887f5 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Oct 05 15:43:59 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 05 15:43:59 2021 +0000 |
tree | 0bacaf7317e5e41522ca6fb4ddef09dd9a852751 | |
parent | 575a198764da97d04467be97386fb9e072c155d6 [diff] |
dawn_node: Add README.md Includes info on how to build, known issues, remaining work. Bug: dawn:1123 Change-Id: I0a1fe827a1aba06eea7e3574de4a7d1e0fd3f0ab Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/65161 Reviewed-by: Antonio Maiorano <amaiorano@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.