| commit | a7278454b28bafb72ff557cf3e087a8fb94de909 | [log] [tgz] |
|---|---|---|
| author | Corentin Wallez <cwallez@chromium.org> | Thu Oct 15 14:30:23 2020 +0000 |
| committer | Commit Bot service account <commit-bot@chromium.org> | Thu Oct 15 14:30:23 2020 +0000 |
| tree | 4a2faad57a7793fa091af53bae1e2af5dd194140 | |
| parent | 5931c0ac3bccc53e58c34b295c7296f8135f2792 [diff] |
Make dawn_use_x11 = use_x11 when building inside Chromium The variable use_x11 in Chromium takes into account more thinks like whether we are building in LaCrOS mode and more. If we don't do this, compilation of Chromium fails when Dawn tries to include X11/Xlib.h Bug: chromium:976495 Change-Id: I8b4e865f50f60235466c8ba72683927124aa094e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/30220 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 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 webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.