| commit | d7ddfb4a91d6ea38dcacfe05682d310f59e5c8dc | [log] [tgz] |
|---|---|---|
| author | Jiawei Shao <jiawei.shao@intel.com> | Thu Sep 09 00:59:29 2021 +0000 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 09 00:59:29 2021 +0000 |
| tree | 422f41790247e5ea2433f1f107faf2cefaef0306 | |
| parent | f9d2873ef9d3abe2862f18522161c1840126500e [diff] |
Add FlatRenderPipelineDescriptor for CreateRenderPipelineAsync This patch implements the struct FlatRenderPipelineDescriptor to save all the pointer members of RenderPipelineDescriptor in CreateRenderPipelineAsync so that the render pipeline descriptor is always valid when the render pipeline is created asynchronously. BUG=dawn:529 TEST=dawn_end2end_tests Change-Id: I99e06581f84c52d484f877ba29e8cc1ca50d68b2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/63368 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.