commit | c228d5556bcf2668f1484ed8816de52638b27a92 | [log] [tgz] |
---|---|---|
author | Arthur Sonzogni <arthursonzogni@chromium.org> | Wed Jan 24 16:33:52 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 24 16:33:52 2024 +0000 |
tree | ddd70ea4785ee742e480dcd2b0bd5c59ae773fb7 | |
parent | f7d7c6b480c284aa51a43256dc264caddb986a15 [diff] |
MiraclePtr: Rewrite windows specifics 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: I180e9af8f23be66d7f3eaed043652face737305c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/165960 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Auto-Submit: Arthur Sonzogni <arthursonzogni@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.