commit | 2231fcda562ce1ea63c0c5b3137437a2a1969b51 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Thu Jan 21 13:47:19 2021 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Thu Jan 21 13:47:19 2021 +0000 |
tree | 0cc6c21088d819de21f93a17012e190a3c650ef3 | |
parent | e10e6b0db85341924a2e64c1e6d5b72939192d43 [diff] |
Vulkan: Add support for layer extensions. This commit generalizes the way layers are handled to be more like extensions, and adds support for gathering and enabling layer extensions. This is in preparation for using the VK_EXT_validation_features extension to enable barrier validation. Also adds logic to use the Fuchsia swapchain layer when it is available. It seems to have been removed by mistake some time ago. Bug: dawn:635 Change-Id: I8e5776d546ddd7940238465c7b0f187d8dd3c5bc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/38104 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Auto-Submit: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@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.