| commit | 50f2893017345ad5dcda3b7428cab7525f4d1140 | [log] [tgz] |
|---|---|---|
| author | mridulgoyal <mridulgoyal@google.com> | Fri Nov 14 06:40:59 2025 -0800 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 14 06:40:59 2025 -0800 |
| tree | b9f50e28da867109412b2c77f3bc4ebad2ecc160 | |
| parent | fb58f52e9b02851f07a90f32d67770728f7dd7f3 [diff] |
Kotlin: Throwing `WebGpuException` instead of `DawnException` for synchronous methods. Additional Fixes: - Fixes a typo in api_kotlin_exceptions.kt template - Updates existing test cases to expect `WebGpuException`. BUG: b/460083622 Change-Id: I25bb11af70b3f5ef48aba06ee146ca3be45d95ce Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/273954 Reviewed-by: Jim Blackler <jimblackler@google.com> Commit-Queue: Mridul Goyal <mridulgoyal@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.