commit | 2f18c9a75f8581c393e34b493ed1de23b9a22f72 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Apr 02 08:51:45 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 02 08:51:45 2024 +0000 |
tree | 578725faa89b98799c38d5c756b56ef98a14845b | |
parent | 8f8193a59b530ba5f1f35c4b6bc826eaae8b63c7 [diff] |
Various cleanups to CMake files. - Only request Python3 once. - Put conditionals around add_subdirectory instead of the file itself. - Cleanup dawn/glfw/CMakelists.txt a bit to make it simpler. Bug: None Change-Id: I5a8d869eaba30a9d75b8ca5d96459978ec22792e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/181462 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@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.