commit | d1a5f93630a0bee14fbb2eb537ed61a80c100d01 | [log] [tgz] |
---|---|---|
author | shrekshao <shrekshao@google.com> | Thu Sep 29 19:02:11 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 29 19:02:11 2022 +0000 |
tree | 200992e95b9f422715a7285aab9026bfab55d015 | |
parent | 06844a5e24af9c880d76ae84595300995dc8fe6b [diff] |
Add maxBufferSize limit Also emits a warning when create buffer size exceeds the maxBufferSize limit during the deprecation period. Bug: dawn:1525 Change-Id: I7b47ae5c85b116035fdcea8b68fb574c0a550729 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/103660 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Auto-Submit: Shrek Shao <shrekshao@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.