commit | ab5cd3de0e7cd3ca0331d4572376ddb837e38a22 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Apr 24 12:55:57 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 24 12:55:57 2025 -0700 |
tree | 436543f29142f5a04f282e984dab84e60a7eccaa | |
parent | 627b12e6dc1577319fc24f1757e6662b5b1bcf9c [diff] |
Convert EnableIfIsOStream to a concept. Change the `EnableIfIsOstream` machinery to use a `concept` and update usages to `requires` statements. Change-Id: I211a42adc170ef8b31f2f3908c58810f834aaadd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/239034 Auto-Submit: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@google.com> Reviewed-by: Corentin Wallez <cwallez@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.