From 4bd3b81ea880ee95c665eb5ff1f7753eed50c94a Mon Sep 17 00:00:00 2001 From: Rua Date: Thu, 12 Oct 2023 12:16:38 +0200 Subject: [PATCH] Fix incorrect docs in `RenderingAttachmentInfo` (#2356) --- vulkano/src/command_buffer/commands/render_pass.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vulkano/src/command_buffer/commands/render_pass.rs b/vulkano/src/command_buffer/commands/render_pass.rs index e7ed8dbf97..08065927de 100644 --- a/vulkano/src/command_buffer/commands/render_pass.rs +++ b/vulkano/src/command_buffer/commands/render_pass.rs @@ -2838,7 +2838,7 @@ pub struct RenderingAttachmentInfo { /// There is no default value. pub image_view: Arc, - /// 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