| commit | f5d45226f90b8bcf21f46a7cec5351b463503ca6 | [log] [tgz] |
|---|---|---|
| author | James Price <jrprice@google.com> | Tue Dec 03 18:46:15 2024 +0000 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 03 18:46:15 2024 +0000 |
| tree | 42b849f2a2b97906b114982673dd09fe9ea30771 | |
| parent | 7cddf4fa484aa5751b00ffe4fd9bc2c93637ea8e [diff] |
[wgsl] Use function body behavior to detect missing return We should not be using the behavior of the last statement in the function, as it may be unreachable. Fixed: 382053630 Change-Id: Iff47ea42f856de1f32ec064c0148cc54b656407b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/217874 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@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.