commit | 7ea2202bba3ed31ac01be349dd252791d9bf8157 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Wed Aug 02 00:05:00 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 02 00:05:00 2023 +0000 |
tree | f75f7daa8800c745342adea28980f61e0a64459e | |
parent | ba41a455e7c363076246826f072f47300a179a01 [diff] |
Make GetWeakRef a friend function This makes it so you can GetWeakRef on a T* as well as a Ref<T> which can save an unecessary reference+release Change-Id: I2473d3284b2d4a7ca83be0fa04b7563d643b29de Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/142400 Kokoro: Kokoro <noreply+kokoro@google.com> 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 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.