[m139] [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, chromium:431806025, chromium:412570905 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> (cherry picked from commit 4b97c56324e5b31394618a40b9946c73ac24abcf) Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/253754 Reviewed-by: Kai Ninomiya <kainino@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.