commit | bb3d7981eccd9a323a0e224e6e2730f4d318fda3 | [log] [tgz] |
---|---|---|
author | dan sinclair <dj2@everburning.com> | Fri Oct 23 13:10:20 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Fri Oct 23 13:10:20 2020 +0000 |
tree | db29caa0a666b32ef9e87baf20c7dc0f7e0bd8b2 | |
parent | 24e6369261071cb59f55de5f987f6fae5dd9ddde [diff] |
CMake updates. This CL updates the CMake file to allow building Dawn with WGSL support enabled. A few other required fixes are included. Bug: None Change-Id: I11a09710f0ad075a07e23c44ff884826850655e7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/30841 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.