commit | d509e06084a64d82a091d99fb706155cd8de52f6 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Wed Nov 22 15:41:31 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 22 15:41:31 2023 +0000 |
tree | 27930306dbdfedabf0e09b85926ff8a8603b6bca | |
parent | 9bbe28268628e135bfb1a522871660ad1fd16b05 [diff] |
Implement buffer MapAsyncF Expands existing buffer map tests to use futures. Also enforce callback ordering matching the JS spec which was necessary to pass existing tests. Bug: dawn:1987 Fixed: dawn:2066 Change-Id: Iea4bae85fe10bcff88e84a0c73e8d542dd12a0cc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/159031 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@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.