commit | 5f538b11f3c1430e4a978ba359d6c13e5c1846de | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Jan 02 14:13:40 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 02 14:13:40 2024 +0000 |
tree | ca5f37bb0ae5ee6f282025990af913548b9b8a28 | |
parent | 317d11478cc9ff11ea18d2f52ab880b60cbea7b0 [diff] |
d3d12::SwapChain: Mark images used with the correct serial. Previously the swapchains were associated with the next serial, not the current one, which would cause a one serial delay for reuse of swapchain images. Bug: dawn:2220 Change-Id: Ida9b209f44325750964a02e065eeb2501a728e1d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/166140 Auto-Submit: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Brandon Jones <bajones@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.