commit | 3c54ba593c7811c6ddcf5f61f8610187d210aa16 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Nov 28 21:36:08 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 28 21:36:08 2023 +0000 |
tree | 5a20135f43b4e4a3b5880b35f6aef5357f366d64 | |
parent | 2e26e7a6f8f48e67d099c3237f53da5708197fc6 [diff] |
[tint][wgsl] Move LanguageFeature to a separate target This target is special in that the GN build is entirely dependency-free. This is to allow the target to be used outside of Dawn, and Chromium can inspect the allowed features without having to create a Dawn device via the wire. Change-Id: I85ddfd76b897ae582fbffb734b4760872844190d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/163320 Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
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.