commit | 3b808be7c5fbdb628d7bc7757aa46797fc22c3c4 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Jun 14 16:34:46 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 14 16:34:46 2022 +0000 |
tree | 2198820693dcadfa6c4632ad52a443b4bef162f7 | |
parent | 0daef56b493f0bf58dc2aeda20fe8e216f54f911 [diff] |
dawn::wire::client: Make ObjectBase destructor virtual. Also adds override to all child classes' destructor so they correctly get put in the vtable. Bug: dawn:1451 Change-Id: Ic03841392b994f9bdc8487b6abc88bd86128e783 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/93443 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@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.