Fix incorrect docs in RenderingAttachmentInfo (#2356)

This commit is contained in:
Rua 2023-10-12 12:16:38 +02:00 committed by GitHub
parent 444c88dfca
commit 4bd3b81ea8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2838,7 +2838,7 @@ pub struct RenderingAttachmentInfo {
/// There is no default value.
pub image_view: Arc<ImageView>,
/// The image layout that `image_view` should be in during the resolve operation.
/// The image layout that `image_view` should be in during rendering.
///
/// The default value is [`ImageLayout::ColorAttachmentOptimal`] if `image_view` has a color
/// format, [`ImageLayout::DepthStencilAttachmentOptimal`] if `image_view` has a depth/stencil