commit | 538b3b52ad803690c63e0036aec59514922748db | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Sep 13 16:05:20 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 13 16:05:20 2023 +0000 |
tree | d9901a6e5d8ab472c74fb5a06f54b349fdd4839d | |
parent | 477216c596a6cea12c68e2c56343af08efd88fb9 [diff] |
[tint][wgsl/writer] Print even on diagnostic errors The WGSL writer is used to print the WGSL of invalid programs. As such, it shouldn't bail if Program::IsValid() return false. Change-Id: Ia49bae8c17400aa2026010626b63ffefc8b18ad2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/150820 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
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.