commit | 1a4cb655616cab5c72a0dbfa24a2a42714ebe34d | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Thu May 12 13:17:47 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 12 13:17:47 2022 +0000 |
tree | 3ab72d6958c2f1f5fc2bf0fe1e36385a2772d05e | |
parent | 53547db1d4f045d93ee408b6a30da25eb88ef056 [diff] |
Remove final qualifiers from WireClient/Server HandleCommands It's useful to override them in Chrome so that HandleCommands can be wrapped with some logic. Bug: chromium:1315260 Change-Id: I856c360575bf6696cd51c13d8ce326afa2f2e08b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/89704 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> 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.