commit | d6ecf83c19bac1540f598f469b71d2145ffc5ecd | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Sep 29 09:51:21 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 29 09:51:21 2021 +0000 |
tree | c67b8ed27658d32c9d06aaea191f533f4ab577a0 | |
parent | cac3e7e110bf00b84e0a029464fff6e1b30ba661 [diff] |
dawn_node: Add Module.cpp This is the node plugin entrypoint Bug: dawn:1123 Change-Id: I4a48b047482a7c9f1a0f10cc2a5a02721d103b8a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/64940 Reviewed-by: Corentin Wallez <cwallez@chromium.org> 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.