commit | 13446110e644b9e168ff457bfd7d82c14a214b8d | [log] [tgz] |
---|---|---|
author | Sonakshi Saxena <nexa@google.com> | Wed Aug 23 12:32:14 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 23 12:32:14 2023 +0000 |
tree | 65485e7e2de6534ede26e5bc5db3a67a4ea6141d | |
parent | 8b73a3128693468e6dd8042beca5a5c77696ecac [diff] |
Updated the CMakeLists to use Dawn on Android. Bug: b/289889050 Change-Id: If9229cd7bf3ad06269879064472d77832301700a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/147963 Commit-Queue: Sonakshi Saxena <nexa@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@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 the webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.