| commit | 7ced793e50a515a3e8e096eded3d10f44c9ccd89 | [log] [tgz] |
|---|---|---|
| author | Ryan Harrison <rharrison@chromium.org> | Thu Nov 13 13:20:16 2025 -0800 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 13 13:20:16 2025 -0800 |
| tree | f34f93ec99aea70c73109417fc09bd711d492910 | |
| parent | 952a7dacbf6e40aa0b06a5d73cbf250d38b152f7 [diff] |
[tint][val] Simplify some check implementations Turns some function factories into directly calleable functions, and moves ValidateBuiltIn into the Valdiator, so it can directly add error messages instead of returning the error string. Bug: 455376684 Change-Id: I25a9682e3bd0b49ac8552377efc13fb5138e6205 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/273634 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Reviewed-by: James Price <jrprice@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> 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.