commit | a20073ca1709dd5e6ffb4f8e6bd5231c7d1e57c8 | [log] [tgz] |
---|---|---|
author | Peter McNeeley <petermcneeley@google.com> | Mon May 05 16:46:26 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 05 16:46:26 2025 -0700 |
tree | c6dfac7ecbbc7ef26828ba150b7e2831f5ffcdb7 | |
parent | 76abcf79f462b5f0b8ab998f6dc36a6abb70e2d0 [diff] |
[tint] Access evaluation for out of bounds Even in the case of dynamic indexing type based out of bounds checking is still done for const indexes. This change just extends this type based indexing to apply at pipeline-override evaluation stage. Bug: 415298444 Change-Id: I739f2e15b64e1dae82493a910c2e8ceedb74080f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/240254 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: Peter McNeeley <petermcneeley@google.com> Reviewed-by: 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.