commit | 2ebde10f01c3c0616dec3be69b34257cb5458c83 | [log] [tgz] |
---|---|---|
author | MichealReed <micheal.reed@outlook.com> | Wed Mar 19 21:57:16 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 19 21:57:16 2025 -0700 |
tree | df2373335e6fe747d81a99c36a94b143ebbf5a03 | |
parent | f36befc01b695df91dd141bdd02fbe6e0a7631cd [diff] |
include <cstddef> This fixes compilation on systems that do not infer size_t. My Linux build broke today after inclusion of the SHA3 addition. Apologies for the reopen/duplicate, had a bunch of submodule changes in the merge. This is an imported pull request from https://github.com/google/dawn/pull/29 GITHUB_PR_HEAD_SHA=b632904ba59f3cd63bb708a4fa221b626e50dee1 ORIGINAL_AUTHOR=MichealReed <micheal.reed@outlook.com> GitOrigin-RevId: 55519c80dd933ff18a1090481e96e20982e0e137 Change-Id: I1fc4b56c4926a86b95008485d66d5a55c9102667 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/231675 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> 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.