commit | 3791debc2ba45d54fa87a6b560f0b08ecf46824e | [log] [tgz] |
---|---|---|
author | Sunny Sachanandani <sunnyps@chromium.org> | Wed Nov 08 06:24:30 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 08 06:24:30 2023 +0000 |
tree | b83e5910e0573152fa9b615ce6e0cc63b63e9114 | |
parent | 1e0d0b2827408ec661df5d75befdcbe658d6ab6e [diff] |
Add toggle for disabling lazy clear for mapped at creation buffers Add a toggle to skip the memset for clearing mappedAtCreation buffers. The buffer is considered initialized with this toggle so that we don't clear it later using the GPU thereby preserving its contents. Bug: chromium:1456492 Change-Id: I3ec0d2bbcf5b0814e095227836cb7b0d1e983c99 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/159028 Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.