commit | ad571cfb7cb38a04bdfa89f32676459a205ec9bc | [log] [tgz] |
---|---|---|
author | François Beaufort <beaufort.francois@gmail.com> | Fri Apr 28 17:07:45 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 28 17:07:45 2023 +0000 |
tree | d9a9de2d2c7396592b9cdc29ebc458fc76c647e5 | |
parent | d7a448314814f3b9501fa80a74a86faa2161ed32 [diff] |
Add new errors to WGPUBufferMapAsyncStatusStatus This CL adds "mapping already pending", "offset out of range", "size out of range", and "validation error". Those errors will be used in future CLs both in Dawn and Blink. Bug: chromium:1431622 Change-Id: I70121f49542042b47e30f4acc67a8e9a869fc452 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/130260 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Fr <beaufort.francois@gmail.com>
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)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.