commit | d90557b380fa5db281969840cf25518085b0c4db | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Aug 28 16:15:03 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 28 16:15:03 2024 +0000 |
tree | c522fa065ffd4490249ba162a127fb92ddd32a24 | |
parent | b7b04631f53438e357876b0ad7c6aed9da163710 [diff] |
Create a shared utils folder. This CL creates a `src/utils` folder and adds a `compiler.h` header. A define is pulled out of the Dawn common compilers file and the tint macros compiler file and added to the header. The define is the same, just for `TINT_` or `DAWN_`. It will be collapsed to a single define in a future CL. Change-Id: Idb420cee2803a23353d3fa8b893db35fd7069206 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/203694 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@google.com> Reviewed-by: Corentin Wallez <cwallez@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.