commit | 7474d83270d4b2447a5fa2c845e29b268b802192 | [log] [tgz] |
---|---|---|
author | Brian Sheedy <bsheedy@google.com> | Thu May 30 04:27:31 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 30 04:27:31 2024 +0000 |
tree | 983d5e1e568265a19f4a2f0b129f969577df5b71 | |
parent | 80bb115da95a11e3f29472df9fed636d09c8a0f4 [diff] |
Add tools/src format check Adds a presubmit check to //tools/src to enforce that the Go code is properly formatted. Bug: chromium:343519239 Change-Id: I84b7c64486971c5194a4fbfc5d889c24d5aef0c0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/190564 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@google.com> Auto-Submit: Brian Sheedy <bsheedy@google.com> Commit-Queue: Austin Eng <enga@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.