Skip to main content

ResolveImageInfo2KHR

Type Alias ResolveImageInfo2KHR 

Source
pub type ResolveImageInfo2KHR<'a> = ResolveImageInfo2<'a>;

Aliased Type§

pub struct ResolveImageInfo2KHR<'a> {
    pub src_image: Option<BorrowedHandle<'a, Image>>,
    pub src_image_layout: ImageLayout,
    pub dst_image: Option<BorrowedHandle<'a, Image>>,
    pub dst_image_layout: ImageLayout,
    /* private fields */
}

Fields§

§src_image: Option<BorrowedHandle<'a, Image>>§src_image_layout: ImageLayout§dst_image: Option<BorrowedHandle<'a, Image>>§dst_image_layout: ImageLayout