commit | f78a5e2e7681b88967d8d3f3721edb450492826a | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Thu Oct 31 23:25:51 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 31 23:25:51 2024 +0000 |
tree | 1885367eb7ef30df2f66014d90b83e46bd346315 | |
parent | d6a53f599c6e71a3a9c0082dd4a2b5b70ad0a3bd [diff] |
dawn/cmake: fix DAWN_USE_BUILT_DXC define not being enabled in dawn_native_objects Since the following CL landed, DAWN_USE_BUILT_DXC was not enabled for the source files defined in the "dawn_native_objects" CMake list: https://dawn-review.googlesource.com/c/dawn/+/194920 As a result, `use_dxc` was not enabled by default, among other things. Change-Id: Ic48e6911cdd95bdacfaf0f44c4d04785d126ba4a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/213295 Auto-Submit: Antonio Maiorano <amaiorano@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com> Reviewed-by: 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.