commit | ceaa4ebd3f266ebcd71627fb58517ad774b55c43 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Wed Apr 24 15:42:45 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 24 15:42:45 2024 +0000 |
tree | 65308f797fff3a873ee3ed14c30afdf259bf0af1 | |
parent | ddd45561455cda0def30fcabf6748a89a44fd23c [diff] |
Use transparent comparators in the frontend cache Transparent comparators are a cleaner way to do Find and Erase without WeakRef promotion, and cleaner than the existing variant hack. Bug: dawn:1513 Change-Id: Id01247bccc93f1e5399a83d5fa6a06207630165c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/185260 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Austin Eng <enga@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.