commit | 7545caf54c08af0d28bbd5b09315a6dd9cced539 | [log] [tgz] |
---|---|---|
author | Shrek Shao <shrekshao@google.com> | Fri Mar 22 07:08:59 2024 +0000 |
committer | Shrek Shao <shrekshao@google.com> | Fri Mar 22 07:08:59 2024 +0000 |
tree | b116d13753648078ded8bdb30792d6794a7c9920 | |
parent | 3216ec3c32e0d203651616fa9e2c978878caecc4 [diff] |
[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>
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.