commit | 884c3641d2bcb617acd658b808a754085e1c0a5e | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Thu Mar 27 08:22:41 2025 -0700 |
committer | Antonio Maiorano <amaiorano@google.com> | Thu Mar 27 08:22:41 2025 -0700 |
tree | 29622f235dedbb2a5e0f4736c86678cbad060658 | |
parent | ce89d69d4a1054324b5ded2753962241e91cc6c6 [diff] |
Add export_compile_commands to root .gn file With this, gn will emit compile_command.json for all files configured to be built. This is useful for intellisense in VS Code, for example. Change-Id: I34a407e7f9445b074d69a14f97753258d0d5a357 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/233355 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Antonio Maiorano <amaiorano@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.