commit | d87ca7ef9f5d4f0402a17c60c570a05d1daa191c | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Sat May 25 12:54:31 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat May 25 12:54:31 2024 +0000 |
tree | 136be3677e738b2113a4247d7fa3aa1845f2cef3 | |
parent | 9911c658be71e76a2cf0219f8d8690cae6880207 [diff] |
[tint] Mark operator bool() as explicit Helps prevent accidental bool coercion to an integer type. Change-Id: I21010abf4975c9cb94e58be62788c4ae03cbca85 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/189708 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: 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.