commit | 6104128966d2db9d2f7e8b6940c299e1fce1178d | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Tue Feb 13 20:10:43 2024 +0000 |
committer | Antonio Maiorano <amaiorano@google.com> | Tue Feb 13 20:10:43 2024 +0000 |
tree | 854b01a4dd35b3cc1254fb30cce02779dc3cb154 | |
parent | b52e52262a5ac4d49b32734686d999786e516ef8 [diff] |
run-cts: add bin directory to DLL directories On Windows, this ensures that Dawn loads the dxcompiler.dll in the bin directory. This is needed because dawn.node is run out of the CTS root directory. Without this change, Dawn loads dxcompiler.dll found in PATH; or if not found, silently revert to using FXC, neither of which is great. Change-Id: I1fbb0c8402d332d5330146d6c25d404a514b2096 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/174921 Kokoro: Antonio Maiorano <amaiorano@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> 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.