| commit | 0c4e4be342208e621fc969e501d44b3b69fb61eb | [log] [tgz] |
|---|---|---|
| author | François Beaufort <beaufort.francois@gmail.com> | Tue Dec 17 00:24:43 2024 -0800 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 17 00:24:43 2024 -0800 |
| tree | fd16e6360bdd7db625695adb0869444337f176a8 | |
| parent | d09e3c7fd4ffe2f83bdbe4845f12ade38ed24bcd [diff] |
Expand error message if validating buffer binding This CLs expands error message when validating buffer binding with maxUniformBufferBindingSize and maxStorageBufferBindingSize to indicate when limits are hit that were not provided in the device requiredLimits. Bug: 42240683 Change-Id: I176478750ea075f0b682074844ba3f67fb039bc6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/219675 Commit-Queue: Fr <beaufort.francois@gmail.com> Reviewed-by: Brandon Jones <bajones@chromium.org>
Dawn is an open-source and cross-platform implementation of the 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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.