commit | a43d6f63ae2bdd6fbb3fca4b64230305db2007dc | [log] [tgz] |
---|---|---|
author | Jean-Philippe Gravel <jpgravel@chromium.org> | Fri May 24 17:23:36 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 24 17:23:36 2024 +0000 |
tree | 546614fe4cf063bb789529af7d0660ab73891f17 | |
parent | 98ee9df998a887c881816a0417b008081f9bef88 [diff] |
Add `IWYU pragma: export` in webgpu_cpp.h Users of the webgpu_cpp.h headers get access to bitmask operators (&, |, etc.) that are meant to be used on the enums provided by that header. The bitmask operators however are defined in a separate header: webgpu_enum_class_bitmasks.h. webgpu_cpp.h has to export that header or else, include-what-you-use requires users of webgpu_cpp.h to also include webgpu_enum_class_bitmaps.h. Bug: 40241751 Change-Id: Ia36bc456d56aeec9fe136c82e5fe6b390f4c5fff Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/189742 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Jean-Philippe Gravel <jpgravel@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.