mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
Fix incorrect docs in RenderingAttachmentInfo
(#2356)
This commit is contained in:
parent
444c88dfca
commit
4bd3b81ea8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user