commit | db015f3632f4a3cb1585a150f2da682ff43a75ef | [log] [tgz] |
---|---|---|
author | Jim Blackler <jimblackler@google.com> | Tue Aug 20 13:28:16 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 20 13:28:16 2024 +0000 |
tree | 6ae288d7ec76dd24f407a01b7d930113d2a7d966 | |
parent | 404603720706c889351d6dd91679399a54f4d891 [diff] |
Kotlin: Throw exception when Dawn methods return non-OK status. Bug: 357826002 Change-Id: I08c69fc268788036b19d561b6edc1d801a910d28 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/201496 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: 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.