commit | b900cf3da7c454b5216bc67d718b3796fd2fa0b0 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Wed Jun 05 13:06:57 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 05 13:06:57 2024 +0000 |
tree | 0d059a0e2c3ee14d2a48f10ee012b55dfb994664 | |
parent | 01e013c2762d09b5136f97ad8d4a273539b79e09 [diff] |
Add deprecation warning to Surface::GetPreferredFormat. Developers should use Surface::GetCapabilities().formats[0] instead. Bug: 42241264 Change-Id: Ic2e8814711fd9ad36a31020d0e89a1e25173ef51 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/189122 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Kai Ninomiya <kainino@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.