Use 'is' prefix for boolean getters in ART generator Annotate boolean members in generated Kotlin structures with `@get:JvmName` to enforce the `is` prefix. Update the C++ JNI generator to use the `is` prefix when looking up boolean getters, matching the Kotlin annotation. Bug Id: b/477464434 Change-Id: Ieb4dca93b677c38b4972da2d91066b75030ae7fd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/285975 Reviewed-by: Mridul Goyal <mridulgoyal@google.com> Commit-Queue: Tarun Saini <sainitarun@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.