commit | 45aed839e9c5647375bbc0249cc1b298f53ad190 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Fri Jun 05 15:44:03 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Fri Jun 05 15:44:03 2020 +0000 |
tree | d5fcc0d8f17bbf1412cf04cb46953c16b2344ddf | |
parent | 0a6a9d86926e29d7393c6dcf034754fc3cf72301 [diff] |
CopyFromStagingToBuffer: ASSERT size is not 0 Zero-sized copies are invalid in a couple backends, and in follow up CLs CreateBufferMapped will be change to handle zero-sized buffers correctly. Bug: chromium:1069076 Change-Id: Ieef62a13182bbe1e939a3847980c91339e42aa8f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/22460 Reviewed-by: Stephen White <senorblanco@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@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 webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.