commit | d4d6d18aec677d0e43edac057c0595ed3973f4b7 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Thu May 16 10:47:39 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 16 10:47:39 2024 +0000 |
tree | b7de695d6ed08e00ec695757487d1e863b543ecf | |
parent | a5a82bdb9ac04d7f40275dac12c88112e42f8674 [diff] |
Add explanation of why RAW_PTR_EXCLUSIONs are safe. Also remove one of them by using unique_ptr instead, requiring minor changes to CommandAllocator/Iterator. Bug: 335556942 Change-Id: Iab76d12b3cb8c759ab8acf6d41ef1733339f95e4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/188040 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Loko Kung <lokokung@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.