commit | 2eaa92468f656deac616664f9a94df8d3ce2939d | [log] [tgz] |
---|---|---|
author | Shrek Shao <shrekshao@google.com> | Mon Apr 15 23:13:49 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 15 23:13:49 2024 +0000 |
tree | f9e11bb9bd9f4849755f1d97be471f9d3a565703 | |
parent | dbcf4f9fb6863f85a2f2c18693fe00174b1df240 [diff] |
Reland "[WGPUFuture] Implement CreateComputePipelineAsyncF" This is a reland of commit 7545caf54c08af0d28bbd5b09315a6dd9cced539 Original change's description: > [WGPUFuture] Implement CreateComputePipelineAsyncF > > Implementing the future version by > creating the CreateComputePipelineAsyncEvent which > inherites EventManager::TrackEvent. > > Bug: dawn:2353, dawn:1987 > Change-Id: I4a75d4a996cfff20055349b3f6e75031c99a51cf > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/174140 > Kokoro: Kokoro <noreply+kokoro@google.com> > Reviewed-by: Loko Kung <lokokung@google.com> Bug: dawn:2353, dawn:1987 Change-Id: I706cb2ffc30720cec96151dc9de27c74e46d2353 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/181760 Commit-Queue: Shrek Shao <shrekshao@google.com> Reviewed-by: Loko Kung <lokokung@google.com> Reviewed-by: Austin Eng <enga@chromium.org>
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.