commit | 7b7fe1317fae4329748a354f21561e80c1208d14 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Thu Jul 27 17:06:22 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 27 17:06:22 2023 +0000 |
tree | c5704356da1b296065c164810d7ac5e69c37b9ce | |
parent | 4c95f3253bd50792f162d47a0078b34f3ddc4dc5 [diff] |
Require Vulkan 1.1 on Windows Windows Vulkan 1.0 drivers are unstable and not supported in Chrome. Don't support them in Dawn either. Bug: chromium:1465064 Change-Id: Iee702fb89c51bd1c6b61de5ca2b710d36bf2b6be Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/143302 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Austin Eng <enga@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Loko Kung <lokokung@google.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.