commit | d80ef7d6a00854137adc408ebce44d4913fbab80 | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Wed Oct 30 16:18:13 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 30 16:18:13 2024 +0000 |
tree | 235423d41e09565fb1b319d58775459a16b0ca22 | |
parent | 27780e553e38ea9bd13b86f2968bfbe77981c5e2 [diff] |
tint: Make Command::LookPath also look in the executable directory Added a utility to retrieve the executable path and directory, and make Command::LookPath also look in there if not found in the CWD, and before looking in the path environment variable. This should make it a lot easier to run external executables and dlls as won't have to make sure to set the path each time. Change-Id: I09d6ff0a07f1a7904787d4be2a4abdf119a19ad6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/212914 Commit-Queue: Antonio Maiorano <amaiorano@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org>
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.