Skip to content

Commit

Permalink
Fix incorrect docs in RenderingAttachmentInfo (#2356)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rua authored Oct 12, 2023
1 parent 444c88d commit 4bd3b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulkano/src/command_buffer/commands/render_pass.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bd3b81

Please # to comment.