commit | 2b4fb2e05b8f1d3fa0bd297720482accec7e0ac7 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Nov 26 14:53:11 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 26 14:53:11 2024 +0000 |
tree | c3ce02464a462a1c2e0cf9d68d09d1c007896dba | |
parent | b530e631127db788d34ae331e62041fa33cb18df [diff] |
Break apart `WriteFile` helper. The write file helper has a bunch of checks for if we're emitting to `stdout` or a file. The majority of the code is different between the two paths. This CL splits it into two `Impl` methods which are called by `WriteFile` based on if the output is to stdout or not. Change-Id: I5aa21acd8c6e4ea6fcd0cd93c36e05dbd2122ec5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/216495 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: 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.