commit | c34fb14c0c04ba9e6dc2f8295615db310ac2bb51 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Apr 10 09:26:31 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 10 09:26:31 2024 +0000 |
tree | 0122451c4d09e515b45b18a1ace7f3a9cf5ee32d | |
parent | 96d62c87991282decd5346d07d1e6b8f55f99080 [diff] |
[tintd] Implement TextDocumentCompletionRequest This is a first-pass effort. To correctly handle completions while typing, the resolver will need to handle ASTs with errors and will need to produce semantic info even when the resolver errors. Bug: tint:2127 Change-Id: I8351215938fcbdc65d9f03d097a5e911e954aaaf Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/183002 Reviewed-by: James Price <jrprice@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.