commit | 54bf359d3b08c2a95c5ba06a305c4d045d396ab3 | [log] [tgz] |
---|---|---|
author | Peng Huang <penghuang@chromium.org> | Thu Dec 15 17:34:59 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 15 17:34:59 2022 |
tree | 77e4887ebe519500742a25350257a39a2d5af053 | |
parent | f2ab10fcbe4a027cfd363bb8cbad10f6a64da607 [diff] |
VulkanImage: add InititlizeSingleOrJointPlanes() method This method is for initializing single plane VkImage or joint multiple planes Image. This CL also splits code out to CreateVkImage() and AllocateAndBindMemory() methods which will be used for disjoint multiple planes image. Bug: 1400423 Change-Id: I917293e00e03a2dbd7d57c26ae90a37821af2156 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4108429 Commit-Queue: Peng Huang <penghuang@chromium.org> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1083821}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.