Struct vk_sys::AttachmentReference [] [src]

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

Fields