commit | 71f1b3907d6e3d0b1677d8900741fb0f5d2fea35 | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Thu Aug 08 13:27:46 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 08 13:27:46 2024 +0000 |
tree | 956f6a2addc2c0561fa019f4ef3846b0c8aee90b | |
parent | d495afa81726b95d2ccb53b83bb953dafc6fa62e [diff] |
[tint][ir][val] Handle construct with undefined args or results - Implements `Unused` value in core IR - Uses `Unused` in MSL backend to represent struct values that are not used in the ModuleScopeVars to avoid validator failure Fixes: 356878395 Fixes: 356896466 Change-Id: I6d0580b8eebf1fed12e75a001a4273bef74e6f7c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/201095 Commit-Queue: dan sinclair <dsinclair@chromium.org> Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by: 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.