[Kotlin] Fix Android cross-compilation by disabling protobuf The Android WebGPU build fails during CMake configuration when cross-compiling due to the missing host `protoc` executable. Since protobuf isn't strictly necessary for the Android bindings, we explicitly disable it in `build.gradle` by adding `-DDAWN_BUILD_PROTOBUF=OFF` to the CMake arguments. Bug: 526815761 Change-Id: I6aab913a2beb4ea0143f53934d1e78858e0e4761 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/319055 Reviewed-by: Nikita Gupta <nikigupta@google.com> 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.