Struct ash::vk::ResolveImageInfo2  
source · #[repr(C)]pub struct ResolveImageInfo2 {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub src_image: Image,
    pub src_image_layout: ImageLayout,
    pub dst_image: Image,
    pub dst_image_layout: ImageLayout,
    pub region_count: u32,
    pub p_regions: *const ImageResolve2,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§src_image: Image§src_image_layout: ImageLayout§dst_image: Image§dst_image_layout: ImageLayout§region_count: u32§p_regions: *const ImageResolve2Implementations§
source§impl ResolveImageInfo2
 
impl ResolveImageInfo2
pub fn builder<'a>() -> ResolveImageInfo2Builder<'a>
Trait Implementations§
source§impl Clone for ResolveImageInfo2
 
impl Clone for ResolveImageInfo2
source§fn clone(&self) -> ResolveImageInfo2
 
fn clone(&self) -> ResolveImageInfo2
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more