commit | b1f1c9baf12b38f81b52c18f53e123d11e49c838 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Wed Sep 20 18:30:09 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 20 18:30:09 2023 +0000 |
tree | 53b5f68ed98e36697ec4fb8591211991927442e2 | |
parent | cd6422ffc51fb8e02fc85c6972d9c3d4046fc6cd [diff] |
Fix a warning for the use of kIOMasterPortDefault. Because this is a breaking deprecation in macOS 12.0 we temporarily add our own constant equal to 0 (the documented value of this constant). Bug: chromium:1400252 Change-Id: I5eb66aa043769c23975792223accd996cb919462 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/152540 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Corentin Wallez <cwallez@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.