commit | 4e4df7354e20df04eea49ff37293a81e2278a209 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Mar 18 12:24:48 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 18 12:24:48 2025 -0700 |
tree | c461667789ca5eb872a92d23264d280cecc35fde | |
parent | abb89905ecb841fd38ecda82894dae4fdeff009d [diff] |
[tint][ir] Convert IR methods to use Result. This converts many of the IR methods to use `Result` instead of `diag::Result`. Bug: 383726508 Change-Id: Ib8fc5f722e8a42dcb3d68efd19ddbc4346b3668e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/230994 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@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.