commit | e2588d6565490f22a27843beb3cf5aecf9eb28d9 | [log] [tgz] |
---|---|---|
author | Shrek Shao <shrekshao@google.com> | Wed Jul 05 23:57:51 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 05 23:57:51 2023 +0000 |
tree | 3c09240c54b599fd65ec38e6a5d485cdb0741696 | |
parent | 93d33d9fd16ec8df4695f6ce22ebfcd3c3a043da [diff] |
Compat GLES: blit BGRA8Unorm texture to buffer using compute Support BGRA8Unorm texture readback using texture to buffer compute blit emulation when GL_EXT_read_format_bgra is not available. Bug: dawn:1393 Change-Id: Iaad7057f73057829fb161a7580679702ba9f70bf Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/139506 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Stephen White <senorblanco@chromium.org> Commit-Queue: Shrek Shao <shrekshao@google.com> Auto-Submit: Shrek Shao <shrekshao@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.