commit | c57f10fb6117c7412408c16c5f9de153927dffde | [log] [tgz] |
---|---|---|
author | Le Hoang Quyen <lehoangquyen@chromium.org> | Tue Nov 21 11:26:18 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 21 11:26:18 2023 +0000 |
tree | 97b1052e4e7c726c8a08ed02fee0305c5d174049 | |
parent | 2b4d11e8baa591349d1d4ebc0232b7551e8dd30e [diff] |
Metal: implement BufferMapExtendedUsages feature. This feature allows MapRead or MapWrite to be combined with other usages when creating buffer. For example, a vertex buffer could be mapped with this feature enabled. Unlike before when it could only be copied to from a mappable buffer. Bug: dawn:2204 Change-Id: Ia4f177d27ea79d5fcb7f1670321a0e81a6de324e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/161400 Commit-Queue: Quyen Le <lehoangquyen@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@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.