commit | fb07fa9e8877d3f7934ec972a4e7bd3a44e0a78c | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Fri Nov 17 18:48:59 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 17 18:48:59 2023 +0000 |
tree | 8c0edcd59cdad170d7cc5b08187cc4f84dc7f2f7 | |
parent | 30a5acc53ce0dde1c04d1e316d2165e85629144d [diff] |
[build] Add guards for protobuf GN: Only assume protobuf is available if tint_standalone or build_with_chromium CMake: Add DAWN_PROTOBUF_DIR option, enable only if the directory exists Change-Id: I8835002cb5934f20e6bf8c814199d636af0ebd27 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/161341 Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Austin Eng <enga@chromium.org>
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.