commit | 4012be59eb4e1014cc97d24c335097442ae88b2e | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Fri Jun 21 21:42:38 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 21 21:42:38 2024 +0000 |
tree | 50d5f23a0e25d72a6d3645504e9d43553caa62b2 | |
parent | a5032a9f4a4273c5497431a128b5f0f051d54c52 [diff] |
SharedTextureMemoryVk: Require single fd not single memory plane The actual restriction Dawn has is that it does not support DISJOINT imports which would be necessary when there are multiple FDs. Imports of single FD but multi memory plane images are supported. Bug: 42240696 Change-Id: I7ddbdc6cb114513aff501cce45abcde13bf8e319 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/194440 Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Auto-Submit: Austin Eng <enga@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.