commit | 87526b446fd87d53c8ed11155457f217ce68aeea | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Mon Apr 14 12:10:00 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 14 12:10:00 2025 -0700 |
tree | 73283c20b5297da4803fc272cff0c3ff0d13d19a | |
parent | 69c63aae7336dd1d45102b80825c1e8d920e5c18 [diff] |
[tint] Fix UBU warning in lexer.cc Moves doing math on indices where possible. Where a std::end style pointer is needed, a helper is added to isolate the pointer math to a single call site. Bug: 394825124 Change-Id: I8085408ca9cfc1a00946350166835618d6f6a932 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/236214 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Antonio Maiorano <amaiorano@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Auto-Submit: Ryan Harrison <rharrison@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.