commit | a3014ccd3f0ac0e5bef8d3f9dd78ae1673c60129 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Wed Mar 27 13:53:14 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 27 13:53:14 2024 +0000 |
tree | 10517c8b371740cfbab53a298b5e563c1c93da11 | |
parent | 3062636e503c9014077e322385a54db385f173f6 [diff] |
CMake: Make placeholder files for generated files This works around a limitation prior to CMake 3.20 where teh GENERATED property is only local to a directory, which prevented putting generated headers in the INTERFACE of a library. Fixed: dawn:2477 Change-Id: I81e78afe76902a6e8d65d075242fbcdf66bfa0be Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/181040 Reviewed-by: Austin Eng <enga@chromium.org> Auto-Submit: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Corentin Wallez <cwallez@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.