commit | 63750c7f8dcb401af6a3f9bcabb02b3809f88511 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Thu Jul 25 13:26:43 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 25 13:26:43 2024 +0000 |
tree | 706f24192c0bdd80cb472a01a34010dcd654e7d1 | |
parent | bc6424b61f9ec1586b6109e75671fbdcc23da2af [diff] |
dawn.node: Fix leak of WGPUAdapterInfo Use wgpu::AdapterInfo instead that automatically frees members in the destructor. Bug: 355006329 Change-Id: I8016f98980e602bfb1ecf382b7da33d9311373d1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/199995 Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
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.