commit | d7d94fe31763fa5ad7f558217ed06c84d8b2092b | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Mon Sep 16 15:37:27 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 16 15:37:27 2024 +0000 |
tree | da4621c5547ed22d7439f56b8a637313db3bbd7f | |
parent | 7523d80276e7d0ab63c7346aff687dcf6fa5f10a [diff] |
[tint] Always evaluate template arguments When short-circuiting an expression, do not skip evaluation of any template arguments inside it. This means we always evaluate and validate array element counts within short-circuited expressions. Change-Id: Ic38cd7cc3816b700c1f4914f1e64159a70a37521 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/181961 Auto-Submit: James Price <jrprice@google.com> Commit-Queue: James Price <jrprice@google.com> 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.