commit | 5bdf8766b73ae0d8b8401fabcdd8406d3ab0e436 | [log] [tgz] |
---|---|---|
author | Jaswant Panchumarti <jaswant.panchumarti@kitware.com> | Sat Jun 22 11:12:38 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jun 22 11:12:38 2024 +0000 |
tree | 5dedd1e709b74a21512b7096e87ce074e87f8b27 | |
parent | fa41649ea45f962921baed44ec02c7dbb0ee8b2d [diff] |
Turn on spirv-validation when supported in cmake build - only on android, spirv-validation is explicitly turned off for the same reason the gn build (scripts/dawn_features.gni) turns it off. Change-Id: I10bc77e4b6f44c872a33d2f03de7cae97b94f4c4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/194910 Commit-Queue: Jaswant Panchumarti <jaswant.panchumarti@kitware.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Auto-Submit: Jaswant Panchumarti <jaswant.panchumarti@kitware.com> Reviewed-by: dan sinclair <dsinclair@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.