commit | 86f603ed08c470b244fe051046ad70f72d128ed4 | [log] [tgz] |
---|---|---|
author | Arthur Sonzogni <arthursonzogni@chromium.org> | Mon Jan 15 12:23:30 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 15 12:23:30 2024 +0000 |
tree | 6fc1f6c2d0da1fe6abccd9f0b341190a4b5b1e77 | |
parent | fc8f2b61a0e606040b3a5f88d16692b3c44b1970 [diff] |
MiraclePtr: Mac specific changes. 1. Run the clang rewriter: ./tools/clang/rewrite_raw_ptr_fields/rewrite.sh 2. Add manually the missing AllowPtrArithmetic and DanglingUntriaged. 3. Split the patch This is step 6 of using MiraclePtr in third_party/dawn project: https://docs.google.com/document/d/1wz45t0alQthsIU9P7_rQcfQyqnrBMXzrOjSzdQo-V-A/edit#heading=h.vn4i6wy373x7 Bug: chromium:1464560 Change-Id: Iff1e83273c37cdaed274e977bcb514082938dc96 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/165962 Auto-Submit: Arthur Sonzogni <arthursonzogni@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
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.