commit | e501a96ad4baba2574077ac5593feb0627a7bdfb | [log] [tgz] |
---|---|---|
author | Arthur Sonzogni <arthursonzogni@chromium.org> | Wed Jan 10 18:08:29 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 10 18:08:29 2024 +0000 |
tree | 72609e7c66ffae13c7bc03ff1dd532482311f8e7 | |
parent | 0bbce22e8cb926fbd7331f45e518ab621abe7358 [diff] |
MiraclePtr: Preparatory step Prepare the source code to the MiraclePtr rewrite: 1. Add the full definition of the requiring elements: - raw_ptr.h - raw_ref.h - RAW_PTR_EXCLUSION 2. Adapt some templates to access raw_ptr<T> Bug: chromium:1464560 Change-Id: I5a2026f57239951f209780489426b568b2cbadc2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/165500 Reviewed-by: Corentin Wallez <cwallez@chromium.org> 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.