commit | b95581b4442b43d1aa5d0c1658027df53469d61e | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Fri Jun 23 20:17:18 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 23 20:17:18 2023 +0000 |
tree | 8d7f1cbe2b2fe2a52a91a852d4140eb1c5c32ce9 | |
parent | c0f0ab761bb9b9e12cc73c124604a0a4eb334d5e [diff] |
Use DXC by default, but force FXC on SM < 6.0 This is necessary so that if the "use_dxc" flag is explicitly set (via CLI or a future Finch var), we need to make sure to still use FXC on SM < 6.0. Change-Id: Id7baa0e1bca28f987ccd2cdc652087524f3c4d72 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/138860 Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com>
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.