commit | 2c67af98538a60979f1653220cb6f2ad3ada46ab | [log] [tgz] |
---|---|---|
author | Loko Kung <lokokung@google.com> | Thu Nov 11 00:39:22 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 11 00:39:22 2021 +0000 |
tree | b6ee687c901f8fc069968b7c9ce07ab3d7d68526 | |
parent | 6b6262dde0f0e7b9fe463d0d3fbe29c1858c88cd [diff] |
Adds destruction handling for "simple objects" in device.destroy Simple objects are defined as per https://dawn-review.googlesource.com/c/dawn/+/65864 and include: - BindGroups - ComputePipelines - PipelineLayouts - RenderPipelines - Samplers - ShaderModules - SwapChains Bug: dawn:628 Change-Id: I4ad74a2c4a223cf45acdbe6bdd0ec74332c9a14a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/67740 Commit-Queue: Loko Kung <lokokung@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: 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.