commit | 19bb9563f8e79c815f90507b624f7a741883b70b | [log] [tgz] |
---|---|---|
author | Stephen White <senorblanco@chromium.org> | Wed Feb 09 17:45:51 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 09 17:45:51 2022 +0000 |
tree | b047e6717b0c96c1553bd7721c651c89aa2bcc1c | |
parent | c6d343d18ba9743b855cbecd781f5b494466dcda [diff] |
Set vulkan_loader_shared to false on Mac. This is the same configuation that ANGLE uses. Without this, Release builds of Dawn on Mac can't find libvulkan.dylib. Bug: angleproject:6981 Change-Id: Ib5eddd0f694d1b960e16341578427fa4f0a009c5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/79560 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Stephen White <senorblanco@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.