commit | 26ae0ea4c5d6f2a3f660f86daf8b7b51b5d35d4e | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Tue Oct 19 16:06:21 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 19 16:06:21 2021 +0000 |
tree | 3ead9806bfe2a3715364c75805cd685cbea27e04 | |
parent | 40b73c646e2da0fe81c89a33252e138e31f16a31 [diff] |
Add tests for some limits tested: - maxComputeWorkgroupStorageSize - maxUniformBufferBindingSize - maxStorageBufferBindingSize Two of these limits are exposed as configurable to the JS API so it's important they are tested to work before we expose them. maxUniformBufferBindingSize came along as well because the test for storageBufferBindingSize was easy to parameterize. Bug: dawn:685 Change-Id: I08de6df9d70a22aca0f48ac3fef0038f7aec727b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/66480 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Brandon Jones <bajones@chromium.org> Commit-Queue: Austin Eng <enga@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 the webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.