commit | 92d6e53e6def5b995dc67a3a15a7021bd0e19be8 | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Tue Sep 21 01:07:35 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 21 01:07:35 2021 +0000 |
tree | 6686e08687e07b255b1f611e7ae96db0370aa2be | |
parent | 73d7c841fdc0b04590a02d6bdb3e9eeb116a36ba [diff] |
Fix CMake build failures after recent changes - https://dawn-review.googlesource.com/c/dawn/+/62580 Don't add_library for targets that just generate files. - https://dawn-review.googlesource.com/c/dawn/+/64420 Add missing file. Build tested locally, on macOS (only). Bug: dawn:1080, dawn:809 Change-Id: Ia07d040dd5d3f57aa422765270c961ea6e79e3cd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/64702 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Auto-Submit: Kai Ninomiya <kainino@chromium.org> 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.