commit | e1d0aa9f929659941e15c3d21e4a63199b70493f | [log] [tgz] |
---|---|---|
author | Shrek Shao <shrekshao@google.com> | Fri Jul 08 14:42:24 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 08 14:42:24 2022 +0000 |
tree | 8a517c453ed741df7b8ecaa26a14246b0e06aaf2 | |
parent | 2777cbc4415efdbd7d67a0cf2f95bc3825e1fe53 [diff] |
Inline memory transfer service offset bound update Offset > 0 is already implicitly included in this if statement (when `offset == 0` then `size > mDataLength` could safely assert it's invalid). So we could remove it and use `offset > mDataLength` instead of `>=`. Bug: chromium:1340654 Change-Id: Ieafe1ea6bef5aae29bc6ef2bd9702d6f7a92d8b5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/95820 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Shrek Shao <shrekshao@google.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.