commit | ff81c01fe4a6ac42322775893a180d7323c7120a | [log] [tgz] |
---|---|---|
author | Jason Erb <jason.erb@sparist.com> | Thu Sep 14 13:44:31 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 14 13:44:31 2023 +0000 |
tree | 1cd3fc1221f1410a15fe09ee1a334d1a97b79fcc | |
parent | 9be5f3d43473404c10b89d00039382e07c91ca83 [diff] |
Respect NODE_ADDON_API_DIR This change replaces ${DAWN_THIRD_PARTY_DIR} in target_include_directories, forrelevant dawn/node targets, with ${ NODE_ADDON_API_DIR} and changes Napi.h toinclude "napi.h" (from node- addon-api) instead of "node-addon-api/napi.h". Thisrequired renaming "interop/Napi.h" to "interop/NodeAPI.h" to avoid a circularinclude on case-insensitive file systems. Bug: dawn:2047 Change-Id: I8e3e11f6d1533bed51a91a2eca33ec801398e67c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/151121 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@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.