commit | 38ba51ce7ad82a4b4935ca5e71ea1570e2dd9ca3 | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Thu Jul 30 09:15:27 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Thu Jul 30 09:15:27 2020 +0000 |
tree | 83aa354bfdb602ef72a3386ea2c72793d6da141f | |
parent | a36a91a4450cd23f1128f6a7353a389af52cc4e0 [diff] |
Make shim headers at <webgpu/*> that point to <dawn/*> Emscripten's headers live at <webgpu/*>; this makes it so projects don't have to ifdef which #include path to use. Bug: dawn:160 Change-Id: I39efee44447470551a78db0abd062f4a2fe9083a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/26020 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
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 webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.