commit | 868a467a4783d91fd4be39d50cca0702fe48925c | [log] [tgz] |
---|---|---|
author | Lokbondo Kung <lokokung@google.com> | Fri Oct 25 20:17:03 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 25 20:17:03 2024 +0000 |
tree | 57c9b16216d90c6115c2fdfddd8df5b9ccfbaaa6 | |
parent | 5418546aecbfdeb3ef655715edb738742328b089 [diff] |
[dawn][emscripten] Add bare-bone unit testing for Emscripten bindings. Change-Id: Id950fa83fc3c36e0433e516f96a6c3acbecc1862 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/211235 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Loko Kung <lokokung@google.com>
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. 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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.