commit | cb774b947e56406adb32269d16394e06ab0891ae | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Wed Jun 26 18:14:57 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 26 18:14:57 2024 +0000 |
tree | 7e82041d2c4775aaa19d27f748ceda2cc9f3fdf1 | |
parent | af7f3952e1fc2ce8fb85554558fad16f2842c07c [diff] |
dawn::wire::client: Add Ref<T> and use it for refcounting. Bug: 344963953 Change-Id: Ibb9f29534a6cb3f51c95bb2aad96fd10e512f2c2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/195774 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Corentin Wallez <cwallez@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.