Struct vk_sys::AttachmentReference [] [src]

pub struct AttachmentReference {
    pub attachment: u32,
    pub layout: ImageLayout,
}

Fields

attachment: u32 layout: ImageLayout