[WebGPU] Adds Support experimental Kotlin/JNI bindings Enables code generation for 'art_experimental' tagged elements in dawn.json to support experimental apis (AHB, Sync FD, external textures). - Update dawn_json_generator to include the 'art_experimental' tag. - Map the 'int' type to 'jint' in dawn_kotlin.json. - Tag external textures, AHB, and Sync FD APIs as 'art_experimental'. - Add newly generated files to tools/android/BUILD.gn - Support customizing Kotlin structure members (add/exclude) via dawn_kotlin.json. Bug: b/518640970 Change-Id: Ibc603423a1673b1a299c76df5ae55e0a6eedb409 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/311495 Reviewed-by: Nikita Gupta <nikigupta@google.com> Commit-Queue: Mridul Goyal <mridulgoyal@google.com> Reviewed-by: Loko Kung <lokokung@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.