| commit | 543312487cc4a08aa304b27f544edf6c47dd473e | [log] [tgz] |
|---|---|---|
| author | Baris Kaya <bkaya@google.com> | Tue Aug 19 04:36:51 2025 -0700 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 19 04:36:51 2025 -0700 |
| tree | 984628fe0b64581c2df2417187650e87de20c01e | |
| parent | b57e91312bf764061bf908241fd8af72f3f0f181 [diff] |
Add a createDirectory task to kotlin bindings' gradle files PublishToMavenLocal gradle task fails because the required src/main/cpp/include/gen directory doesn't exist. Added a task that automatically creates this directory if it doesn't exist Change-Id: Iafe22ad4194cbfb4f3c83a8b58c2f88b5fd1762d Bug: 401486381 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/257514 Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Barış Kaya <bkaya@google.com> Reviewed-by: Jim Blackler <jimblackler@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.