commit | 203ef75874bd4e045a1a26bac6a6b99db9a7600b | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue May 14 01:58:29 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 14 01:58:29 2024 +0000 |
tree | f25f8e6d3424adde808f2bbb5c31e40655f2dbc6 | |
parent | f72e01bbe9737722310e7c656e7f95d0515c936c [diff] |
[tint][resolver] Fix evaluation stage of function calls A function call on the RHS of a constant short-circuited expression should be `core::EvaluationStage::kNotEvaluated`. Change-Id: Idd70f908afb68d599d4e2b46071f7bd813f45fad Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/187690 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com> 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.