commit | cf34b18f8f0359a43c7ce7fa6093205d405ee3fe | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Wed Nov 29 17:54:16 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 29 17:54:16 2023 +0000 |
tree | e63f7621561c45d389f7e4173de534793617e446 | |
parent | 0ebbc5c2fe37c20591d2ca54ea3728d622dd7991 [diff] |
[tint] Add lang/wgsl/features/status It is used to query the status of Tint language features so that Dawn can expose the correct values in wgslLanguageFeatures. Also moves the tests for lang/wgsl/features to lang/wgsl as lang/wgsl/features's GN build file doesn't have support for tests (to reduce dependencies). Bug: dawn:2260 Change-Id: Id3c929b464c560a877a4e0410da403736c5c3de5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/163421 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: 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.