commit | 8cc71652982582bd599693ddd6dc373a476f8ae5 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Mon Jan 13 16:57:42 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 13 16:57:42 2025 -0800 |
tree | e4e0f04d4da6a396e67c80dba9470bb24ebc1123 | |
parent | da67732fb6aefd45296048498c820b796b06d3ca [diff] |
Make `DynamicUploader::ReleaseStagingBuffer` a private function This patch makes `DynamicUploader::ReleaseStagingBuffer()` a private function instead of a public one as now it won't be used outside `DynamicUploader`. Bug: 42242066 Change-Id: I09e12021933f66a34377d4c33fd24048bb642e20 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/221854 Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Reviewed-by: Loko Kung <lokokung@google.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.