commit | 0dae3df3c0f2923fa26c50f7b2e40a4656ab37e0 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Tue Feb 04 20:52:28 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 04 20:52:28 2025 -0800 |
tree | b88dc0794c2541ef302fb2c8fd49d3d219879c24 | |
parent | 83cddb9b590fc8c1e43a574e600179d0294cc841 [diff] |
Remove `mReleasedStagingBuffers` from DynamicUploader This patch removes `mReleasedStagingBuffers` from DynamicUploader as these staging buffers are only used once and can be destroyed after the current execution serial is passed. Bug: 42242066 Change-Id: I17f22ab52df5e6c263960b584f5dee506988c3c3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/222334 Reviewed-by: Loko Kung <lokokung@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com>
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.