commit | bd27f9c60dd261b6f685f5d5674cc68964c6e298 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed Jan 17 17:01:30 2024 +0000 |
committer | James Price <jrprice@google.com> | Wed Jan 17 17:01:30 2024 +0000 |
tree | 122e3cdf74a6fde1b930cded577c89da3de8b0ae | |
parent | 96b7fdaf73e3815e3519cf8cc957be972e9c0f87 [diff] |
[spirv-reader] Fix test helper failure returns Use an explicit `Result` object rather than a string that can either mean success of failure. There are situations where a failure message might contain the expected success string (e.g. IR validation disassembly), which trips up the substring matcher. Bug: tint:1907 Change-Id: Ie91090e6f681ed170bb6d3fb4b50b676226e3095 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/170000 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com>
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.