commit | bdbf580c04c3ed0f31e6b4c129628bb197e8fcf3 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue Aug 01 13:41:40 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 01 13:41:40 2023 +0000 |
tree | 1440aee0777131d2a34c095ecda871e401540f1d | |
parent | 85b138e34f0fa49b008748f082902759a1096eda [diff] |
[spirv-writer] Remove diag::List from Printer The diagnostic list is no longer used, so have Printer::Generate() return a tint::Result that either contains the SPIR-V binary or an error string. Change-Id: I60855c7f687855d513f54e76e35f9bbc3a5bb355 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/143424 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: James Price <jrprice@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.