commit | 7379e22d00877bac1c5348d31f5e45cdcc2f3aaf | [log] [tgz] |
---|---|---|
author | Arthur Sonzogni <arthursonzogni@chromium.org> | Tue Jan 09 17:32:25 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 09 17:32:25 2024 +0000 |
tree | 60f7de20ac1420cffc3c74c7730ecbe7e5ea2317 | |
parent | 31295c47ea224ae63b63bb78bd3f989074224f46 [diff] |
Enable BackupRefPtr and DanglingPointerDetector in tests. This aims to enable and configure MiraclePtr BackupRefPtr implementation and the DanglingPointerDetector in dawn tests. This is step 4 and 5 of the 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: I8993804125e98b0df9a123016659401941a25fd8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/160088 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Arthur Sonzogni <arthursonzogni@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.