commit | 626181307ddc00450adb4751ac540a669936fbf3 | [log] [tgz] |
---|---|---|
author | Jim Blackler <jimblackler@google.com> | Fri Dec 06 20:00:15 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 06 20:00:15 2024 +0000 |
tree | bddbafa3e44d623fbb65c3fda047565b4b556d45 | |
parent | de761f307eeac8bf321adfb2e1f780efbe0aaac8 [diff] |
Kotlin: throw exception rather than returning null from getMappedRange() In API review it was pointed out that Kotlin APIs should not use null returns when a request is invalid. Bug: 381392576 Test: BufferTest.* Change-Id: Iaf9b15b1083d3c73ee6e26047339b4b0435fc357 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/218594 Commit-Queue: Alex Benton <bentonian@google.com> Reviewed-by: Alex Benton <bentonian@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.