commit | 01c4a6501bfbf299abc96bf424e683edc5a78233 | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Wed Mar 13 19:38:13 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 13 19:38:13 2024 +0000 |
tree | c21d6ec19df3d48a18bb65b2b6c66ec709e28fd2 | |
parent | 39d98bbcd2d7bf52694fb903330a6021523e0746 [diff] |
cmake dxc: use WINDOWSSDKDIR if defined in env vars When determining the Windows SDK directory to copy dxil.dll from, check if "WINDOWSSDKDIR" is defined as an environment variable before checking the registry. This variable is defined by Visual Studio command prompt (and, consequently, by LUCI build recipes). Bug: dawn:2435 Change-Id: I04edd3f003d0a6dc8abcb7aa3860ebb80653275d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/178942 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Antonio Maiorano <amaiorano@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.