commit | 476defb94807fd2b6220d26bccad5af2ac288c8c | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Oct 08 09:30:02 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 08 09:30:02 2024 +0000 |
tree | c90fdc703d9d012fcc469bd8023e895a10110377 | |
parent | e9d14e9f0086bbee9e425720247fa47bea6c81f0 [diff] |
Remove the `SurfaceCapabilities` feature. It is no longer necessary now that wgpu::SwapChain has been replaced with wgpu::Surface that has a ::GetCapabilities method. Bug: 42241264 Change-Id: I8d099e90d6e613e3ff023f2e19310fe239d8add7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/209094 Reviewed-by: Loko Kung <lokokung@google.com> Reviewed-by: Geoff Lang <geofflang@chromium.org> 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.