commit | 0daef56b493f0bf58dc2aeda20fe8e216f54f911 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Jun 14 16:13:26 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 14 16:13:26 2022 +0000 |
tree | d454a19d69dfe3e9b1bef731b630a45743ad920a | |
parent | 0f97df8c5326b251a761317b97f8281b1b76b153 [diff] |
dawn::wire::client::ObjectBase: encapsulate remaining members. ObjectBase::refcount is no longer exposed and instead Reference() and Release() methods are available to operate on it. The client is now exposed through a GetClient() accessor. Bug: dawn:1451 Change-Id: Ia47ed2de0a8f03ccc3275cb81d6335d2125060cb Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/93442 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Loko Kung <lokokung@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.