commit | 1eff04cb1097ac4ba5b4b4430f4f789990d5b9d9 | [log] [tgz] |
---|---|---|
author | François Beaufort <beaufort.francois@gmail.com> | Thu Dec 12 12:23:14 2024 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 12 12:23:14 2024 -0800 |
tree | 9975754a5cca68daed370165e7e85027c1c8db9b | |
parent | e58f17660c2d47b42ec8de9a2a4f8a64d19079ae [diff] |
Expand error message if validating maxColorAttachments with higher limit This CLs expands error message when validating render pass descriptor, fragment state, render bundle descriptor to indicate when limits are hit that were not provided in the device requiredLimits. Bug: 42240683 Change-Id: Ie1596c2561e00875e86fd94f203248c7b048f4e8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/217575 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> 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.