commit | 4506c7306af75e2837838068d5c0248dfc1a2632 | [log] [tgz] |
---|---|---|
author | Brandon Jones <brandon1.jones@intel.com> | Wed Jul 02 09:23:56 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 02 09:23:56 2025 -0700 |
tree | 01d11896a8c4ca8ecf14f978f645e037bd00e67b | |
parent | 84c4ac78e1b803bbde9f7794c0db0bc75d1ecbc3 [diff] |
Add SharedBufferMemory Type To Device Objects Destroy List Adds SharedBufferMemory Object Type to the list of objects types to destroy upon Device destruction. Bug: 42241325 Change-Id: I3554886e081ac61c3a0f044c9cd190e4d9c1633c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/240074 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Brandon1 Jones <brandon1.jones@intel.com> Reviewed-by: Brandon Jones <bajones@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.