commit | 179e84a618cb13324646616ababc81be8c3ac85a | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Wed Mar 27 20:20:15 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 27 20:20:15 2024 +0000 |
tree | 4b53ddbc2be9fb370aef63604c88d953fc82883f | |
parent | 2e2d1d75acb20af7be2d506984f0210313296bac [diff] |
Fix warning for CMake Policy CMP0148 The policy deprecates FindPythonInterp in favor of FindPython2/3 so change to use FindPython3 directly. Bug: None Change-Id: Ida64b147ba52394b4dff035c1edf0725c303554a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/159367 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: 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.