commit | 17fa42d5274acc8693ed0d68fb2b26cf27adcf3d | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue May 10 15:29:14 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 10 15:29:14 2022 +0000 |
tree | 9f75d6642a2d6036cb90eef5bfa1c845354c0716 | |
parent | 41285aa57874023f346a06f48cdf7c218c771d0e [diff] |
tint: Prevent Expr() implicit conversion to bool Enfore that the Expr(bool) overloads are only used if the argument type is explicitly a bool. Fix a test bug where this was happening. Change-Id: I5d7520be4859a700265d62b322416a90f278b2d3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/89400 Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@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.