commit | 3c4f3ab4b33f13560155fe0282dcb623f830f5b8 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Wed Sep 04 08:20:04 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 04 08:20:04 2024 +0000 |
tree | ddb73daeb8b900e74d8386948c2c20d8bee3f1cc | |
parent | 79281094cb191d4614339b813e1635bbd01bf105 [diff] |
SwapChainVk: record AcquireImage semaphore when suboptimal Previously when vkAcquireNextImageKHR returned SUBOPTIMAL, we destroyed the signaled semaphore and never used it, causing later synchronization errors when we tried using the swapchain texture without first waiting on the semaphore. Fixed: 1503912 Change-Id: I2d257c5dcc1e6029469aad29cc8722eec157ef90 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/205035 Reviewed-by: Loko Kung <lokokung@google.com> 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.