| commit | 1511204b18dcf2fe2b76ba0dda6b54d6dc1e22a6 | [log] [tgz] |
|---|---|---|
| author | Ryan Harrison <rharrison@chromium.org> | Tue Nov 26 17:43:00 2024 +0000 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 26 17:43:00 2024 +0000 |
| tree | c269cf7924295bc07f1561113676a7790e205e16 | |
| parent | 1509d3e63e9db03ed16d0b3b97fb3597d6589686 [diff] |
Fix Linux CMake builds Without this I get failures about missing 'PATH_MAX', which is declared in limits.h Change-Id: I2be2b9539652d5df438b3973176641c777c5140d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/216754 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Commit-Queue: James Price <jrprice@google.com> Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by: James Price <jrprice@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> 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.