commit | 3f05fea94ec7aa785921b4b095f610bcbca20588 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Fri Mar 15 19:59:54 2024 +0000 |
committer | Ben Clayton <bclayton@google.com> | Fri Mar 15 19:59:54 2024 +0000 |
tree | 28bc0bd75fd1ad97143975bff635f6dd8b42cadf | |
parent | b827111c8e489e61b0971232b0da133ca63a7e44 [diff] |
[tintd] Implement basic document handling. Implement handlers for: * lsp::TextDocumentDidOpenNotification * lsp::TextDocumentDidCloseNotification * lsp::TextDocumentDidChangeNotification Have these publish diagnostics from the parser / resolver. Bug: tint:2127 Change-Id: I7dd1e2e9faf30d06257af6903164e1e1932fa3b1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/179120 Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: David Neto <dneto@google.com> Kokoro: Kokoro <noreply+kokoro@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.