commit | 6ecbeedd4e016dfa304082bc7e3639b54d179ce1 | [log] [tgz] |
---|---|---|
author | Loko Kung <lokokung@google.com> | Tue Jan 09 17:08:07 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 09 17:08:07 2024 +0000 |
tree | ba2f45502a550849abc310df73fe0761a124a3bc | |
parent | 2fe1f267e72e4e4e1b903b7c70f517c6d690c4e1 [diff] |
[WGPUFuture] Move the EventManager in the wire to appear in the Instance. - Note that the EventManager only appears to be in the Instance because it may need to outlive the Instance, and so actually lives on the Client. Bug: dawn:2061 Change-Id: I601a27cd7ee90e4dcb53fd9e45144a6059c00054 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/167840 Commit-Queue: Loko Kung <lokokung@google.com> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> 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.