| commit | 4b97c56324e5b31394618a40b9946c73ac24abcf | [log] [tgz] |
|---|---|---|
| author | Sunny Sachanandani <sunnyps@chromium.org> | Fri Jul 18 01:16:18 2025 -0700 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 18 01:16:18 2025 -0700 |
| tree | ae422455817f7eec9344061d769cef9c1f0d1191 | |
| parent | f9e228669c8dcce671284531e67cbe56aaea7805 [diff] |
[graphite] [metal] Emit MSL in error message on failed pipeline creation We currently emit MSL when shader module compilation fails, but not when the subsequent render pipeline creation fails. Keep the MSL around a bit longer so that we can emit it on render pipeline creation failure. Bug: chromium:422989722 Change-Id: I6a6a6964a4282c50d06c6f69e8df23053f31380e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/253574 Auto-Submit: Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@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.