commit | 4b3a439eb5d09014f159068beba5dba2a9bcd82c | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Oct 05 20:58:16 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 05 20:58:16 2023 +0000 |
tree | e5c3d47b2b90bc7ded075864866fec87a35a8acf | |
parent | ec011c4e2f8f0bdcb81dcde63ff7556cf3e562d9 [diff] |
[dawn] Disable tests due to validation layer failures The current validation layers roll has caused the `SwapChainTests.SwitchingDevice` tests to trigger: ``` Error: UNASSIGNED-Threading-Info: Validation Error: [ UNASSIGNED-Threading-Info ] Object 0: handle = 0x4ea00000004ea, type = VK_OBJECT_TYPE_SWAPCHAIN_KHR; | MessageID = 0x5d6b67e2 | Couldn't find VkSwapchainKHR Object 0x4ea00000004ea. This should not happen and may indicate a bug in the application. ``` Bug: dawn:2116 Change-Id: I3921648b1344093825b450b41210399810d430b1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/155180 Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: dan sinclair <dsinclair@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.