commit | c5c608890afe36a589d81c1bb6a142f1e2fb61e3 | [log] [tgz] |
---|---|---|
author | Jim Blackler <jimblackler@google.com> | Tue Oct 15 12:11:59 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 15 12:11:59 2024 +0000 |
tree | ecb1f22b0562483945a6fd556384bb1f8e9c8b00 | |
parent | e769c09338281756a6053cc90eeb6d91d1f3bfc8 [diff] |
[kotlin] Remove need for @get:JvmName annotation in enum classes Kotlin 2.0 upgrades the warning about this annotation here to an error. However the annotation is not required if we rename the field from 'v' to 'value' as expected by the JNI layer. Test: EnumsTest.* Change-Id: I2deed3bbe1e86c9b2599954fbb37eef27bd258ec Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/210794 Reviewed-by: Alex Benton <bentonian@google.com> Commit-Queue: Alex Benton <bentonian@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.