···11// Copyright 2020, Collabora, Ltd.
22+// Copyright 2024-2025, NVIDIA CORPORATION.
23// SPDX-License-Identifier: BSL-1.0
34/*!
45 * @file
···141142142143 //! The format that the renderpass targeting this target should use.
143144 VkFormat format;
145145+146146+ //! The final layout that the renderpass should leave this target in.
147147+ VkImageLayout final_layout;
144148145149 //! Number of images that this target has.
146150 uint32_t image_count;