| commit | b08d87c06ee0f67daf8d039914e12ac50d66769c | [log] [tgz] |
|---|---|---|
| author | Peng Huang <penghuang@chromium.org> | Thu Apr 13 15:36:52 2023 +0000 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 13 15:36:52 2023 +0000 |
| tree | 96d917067723badbf03f9c4bf72ea370f8958928 | |
| parent | 4dade91986e7753b1fb7d3f741a24c3a70d99fd0 [diff] |
d3d11: implement SwapChain This CL also abstracts common code from d3d12::SwapChain to d3d::SwapChain base class for sharing. Bug: dawn:1705 Change-Id: I7b6ac8770b3c517fe552061de3c5589174ba5814 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/126665 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Peng Huang <penghuang@chromium.org>
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.