commit | 52214f9f650363a2023538078fd62da16b752ad7 | [log] [tgz] |
---|---|---|
author | Shrek Shao <shrekshao@google.com> | Mon Jun 02 17:15:57 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 02 17:15:57 2025 -0700 |
tree | fe98a911078a37c7d8e4a3162f2b531385f89321 | |
parent | 0694294c3c9f72e6822cf44999abe6398c82b57f [diff] |
[WebGPU backend] Implement queue.WriteBuffer Add BufferWGPU, CommandBufferWGPU. Enable related end2end tests. Implement webgpu::Queue::WriteBufferImpl, SubmitImpl, Buffer::MapAsync and Command::CopyBufferToBuffer to be able to run certain writeBuffer tests. Bug: 413053623 Change-Id: I94c7e100fc2e54c0c951485129501426b7b1e469 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/243114 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Shrek Shao <shrekshao@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.