commit | 818348a2736dab4d960b8f82f0085604a6806af1 | [log] [tgz] |
---|---|---|
author | Barış Kaya <bkaya@google.com> | Wed Jul 30 06:07:40 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 30 06:07:40 2025 -0700 |
tree | 7cbf25e2dbc2063800100bba081dad366827ef26 | |
parent | 048680569c9bff08d6116156b8b900be04444a97 [diff] |
Revert "Kotlin: Include the license in the generated files." This reverts commit a08314e8da2e7f985530fc61cfa6e12e44c6e867. Reason for revert: We need the generated files to not have the license comment as it clashes with AndroidX repo's licensing requirement Bug: 424733671 Original change's description: > Kotlin: Include the license in the generated files. > > Changing the comment from template comment to C/KT style comment will > result in them being included in the generated files. AndroidX presubmit > requires that a license statement is present in the generated files we > add. > > Bug: 424733671 > Test: Manual > Change-Id: I342222cdfc4486fb9054f1296caf22b8b1b66404 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/249494 > Commit-Queue: Jim Blackler <jimblackler@google.com> > Reviewed-by: Barış Kaya <bkaya@google.com> > Reviewed-by: Loko Kung <lokokung@google.com> # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 424733671 Change-Id: Ia2db6c614e2b88d38175942e25543142bf60e6cd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/255214 Reviewed-by: Loko Kung <lokokung@google.com> Reviewed-by: Alfie Baxter <alfiebaxter@google.com> Commit-Queue: Barış Kaya <bkaya@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.