commit | 7b35ff1d2a59d182701a98c906b61ef8756d8840 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Mon May 13 16:44:35 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 13 16:44:35 2024 +0000 |
tree | fdcb72e0f793246eb08c68966d19f622ae39a239 | |
parent | 5086cd77b6fb384da022b2cae95d86cf902fcb6d [diff] |
[tint][ir] Validate continue statements • Ensure that no variables are declared after the 'continue' and used in the continuing block. • Ensure that 'continue' is only used in the loop body. Change-Id: Ie21c321dbaba1a18579580d070947e2f5b17577c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/186642 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.