commit | 086bb5d125dbe866689ada5cbde30a3f7d712756 | [log] [tgz] |
---|---|---|
author | Shrek Shao <shrekshao@google.com> | Tue Jun 03 14:01:05 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 03 14:01:05 2025 -0700 |
tree | bae8daa605d751a57a6e7bc2f45a7b8239c78a40 | |
parent | 542273ecc80983dde27a125e8f52577eb45cbe22 [diff] |
[WebGPU backend] Implement buffer.mappedAtCreation Implement mappedAtCreation. Enable BufferMappedAtCreationTests and BufferTests. Bug: 413053623 Change-Id: I583fd44586dc6d5f0f00125f1266a08e58a8dd7a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/244975 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.