commit | 9293ed73ae05e1719eadaeaf8114b3a1a2b06998 | [log] [tgz] |
---|---|---|
author | Shrek Shao <shrekshao@google.com> | Tue May 21 03:58:32 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 21 03:58:32 2024 +0000 |
tree | 077d1f44e821c5be906f37bf742c7e8649a5e4ca | |
parent | 04c9b16e36f7de7c6aa7f5b21faebcff5da3d7de [diff] |
Dawn fuzzer: delete instance to call all callbacks Make instance a scoped unique_ptr, as b/40051117 is fixed. Bug: 339517305, 40051117 Change-Id: I9e517ecdf375fb9df8a3db40c753edd4d9c33481 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/188923 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Shrek Shao <shrekshao@google.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.