commit | a87c5333bf91c8c1eec2518c01235f311d7ccb0c | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Mon May 06 14:43:48 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 06 14:43:48 2024 +0000 |
tree | 43917f1b7a7fc3e91eeb04e1fed617c534da9d48 | |
parent | f4b20dc4d1de10251c36007dba36a8bce53bbca4 [diff] |
Add "delayimp.lib" linking to fix unresolved external symbol __delayLoadHelper2 issue The CL: https://dawn-review.googlesource.com/c/dawn/+/186820 (Add delayloads config to dawn_native component) added delayed loading of user32.dll. This appears to be blocking the Dawn roll into Skia with the error: error LNK2001: unresolved external symbol __delayLoadHelper2 on the Build-Win-MSVC-x86_64-Debug-Graphite_Dawn_D3D12 bot (https://skia-review.googlesource.com/c/skia/+/848904). This CL seems to fix the link error locally on my machine. Change-Id: I562b6fb55c6b6dc2328e238ff41fa05c2da1df89 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/186921 Reviewed-by: Brandon Jones <bajones@chromium.org> Commit-Queue: Robert Phillips <robertphillips@google.com>
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.