commit | ab67c2f6ee78d27732c7a448653d17b5da9c902d | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Jun 20 17:51:24 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 20 17:51:24 2024 +0000 |
tree | 5116840d5cbc86712ace52927eb8424554f12d68 | |
parent | f66890b1067e7e4454074b4c4f27647c67c12941 [diff] |
Turn off C++ modules in vulkan-headers. The Vulkan-Headers repo added support for c++ modules based on CMake version. This breaks if your clang is too old and you don't have the module scanner. This CL disables the module support in Vulkan-Headers. Change-Id: I8cfda2f0fdd8678bd3929aed44270e251a2e9500 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/194861 Reviewed-by: James Price <jrprice@google.com> Auto-Submit: dan sinclair <dsinclair@chromium.org> Commit-Queue: dan sinclair <dsinclair@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.