commit | 2df80919e87e5f4244c155de5a16a7b194fd5d29 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Nov 20 13:22:14 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 20 13:22:14 2023 +0000 |
tree | d5da3c072aabebfa172c811ce5da60f89a33bf7a | |
parent | 37e9d111b375bd014cb0e1236436b8eeea8da45a [diff] |
Enable compile_commands.json in CMake. This CL enables the generation of compile_commands.json so it happens automatically. This is needed for a lot of tools like clangd to operate correctly so is useful to have happen by default. Change-Id: I61b001953aa5e621d82f3d78e3fd7b2077dcd540 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/161641 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: 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.