commit | 166c9d5d561d72bfbfacb99671d99675eb9e7fac | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Tue May 14 02:59:53 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 14 02:59:53 2024 +0000 |
tree | 7210f6c2e63b0e0f01ac5a3fa4482334235c929d | |
parent | 651732fc0e32bc2c41d5ca6ecdef44c25c92f3d0 [diff] |
Revert "Remove mock WGPU[Obj]Release that was deprecated in favor of AddRef" This reverts commit 5086cd77b6fb384da022b2cae95d86cf902fcb6d. Reason for revert: break dawn build after reverting https://dawn-review.googlesource.com/c/dawn/+/187707 Original change's description: > Remove mock WGPU[Obj]Release that was deprecated in favor of AddRef > > Bug: dawn:2234 > Change-Id: Ibce19f83d551671af9512410e476002f305ba0c4 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/184281 > Auto-Submit: Corentin Wallez <cwallez@chromium.org> > Commit-Queue: Austin Eng <enga@chromium.org> > Commit-Queue: Corentin Wallez <cwallez@chromium.org> > Reviewed-by: Austin Eng <enga@chromium.org> TBR=cwallez@chromium.org,enga@chromium.org,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: I6de90d354f7c19517d44db4516aa02026f5dad47 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: dawn:2234 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/188180 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Jiawei Shao <jiawei.shao@intel.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.