commit | c38c4d32f405c9b07dab4060f3e8ec955c4d0767 | [log] [tgz] |
---|---|---|
author | Zhaoming Jiang <zhaoming.jiang@intel.com> | Mon Nov 15 08:08:35 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 15 08:08:35 2021 +0000 |
tree | 2ac222b183174d35122ad6109ea9748fd87bef88 | |
parent | 12e51f6efaaa4cf03a1e9b144a180747c8f942bf [diff] |
Remove deprecated zero default size of buffer mapAsync In this patch the deprecated usage of size=0 as default size is removed. Using size=0 in buffer.mapAsync now result in a zero size mapping, instead of the default size. Bug: dawn:1159 Change-Id: Ie8badc5eb7440980d0df3d3d27867e710e77f44b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/67743 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Zhaoming Jiang <zhaoming.jiang@intel.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.