commit | 7ffb6e9573216af00374a8dd474598ce94f2d97a | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Mon May 20 11:59:24 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 20 11:59:24 2024 +0000 |
tree | 1a5c97c63381410a7cf9489c51ba9b4a0b9cb3ad | |
parent | 27ffda4d7efd0c50e1756538b5eeba5378bdc155 [diff] |
Do not report Vulkan Loader warnings. They confuse users and are not what we are looking for (errors are). If warnings are needed during development, the VK_LOADER_DEBUG=all environment variable can be used. Fixed: 339670468 Change-Id: I6f467f52be268d9cff7bbfe3deb010823c89800d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/188821 Auto-Submit: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Loko Kung <lokokung@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.