commit | f5d6487f00dd64af4ef0bd846b578282296ef3c3 | [log] [tgz] |
---|---|---|
author | André Cruz <andre@cabine.org> | Tue Nov 28 13:15:01 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 28 13:15:01 2023 +0000 |
tree | f4be2012b7c1dc4af8e7d22b9a06507397ddaf31 | |
parent | 7e6e44fbf9d65645056e8759bddcff259884fa11 [diff] |
Only load SPIRV validation header when needed The SPIRV validation code below was under this conditional but the header was not, which forced us to include SPIRV validation even if it was not going to be used. Change-Id: Ib566646c0ff8f8e331b8ff5e466ae4fbb42eee8a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/163040 Auto-Submit: André Cruz <andre@cabine.org> Reviewed-by: André Cruz <andre@cabine.org> Reviewed-by: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
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.