commit | 440a30c7be4b11acc380872d866ea8a33d5bdf44 | [log] [tgz] |
---|---|---|
author | Loko Kung <lokokung@google.com> | Fri Aug 04 23:41:21 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 04 23:41:21 2023 +0000 |
tree | a4b507e6ffd9cd251361def2bdda50e008c84fe8 | |
parent | 77ce559dcd93acf5ce39df6544ac7f198ef0faa1 [diff] |
[webgpu-headers] Introduces WGPUBool for boolean compatibility. On Dawn side, this includes some compatibility changes so that it is ergonomic to use the new underlying bool type transparently. This change must wait for the following change(s) to land: - https://chromium-review.googlesource.com/c/chromium/src/+/4740656 github.com/webgpu-native/webgpu-headers/issues/84 Change-Id: Ie0f37dfc313ec32ae4aa5236ec0ecf4dab353923 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/144207 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Loko Kung <lokokung@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Kai Ninomiya <kainino@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.