pub type ImageToMemoryCopyEXT<'a> = ImageToMemoryCopy<'a>;Aliased Type§
#[repr(C)]pub struct ImageToMemoryCopyEXT<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_host_pointer: *mut c_void,
pub memory_row_length: u32,
pub memory_image_height: u32,
pub image_subresource: ImageSubresourceLayers,
pub image_offset: Offset3D,
pub image_extent: Extent3D,
pub _marker: PhantomData<&'a ()>,
}Fields§
§s_type: StructureType§p_next: *const c_void§p_host_pointer: *mut c_void§memory_row_length: u32§memory_image_height: u32§image_subresource: ImageSubresourceLayers§image_offset: Offset3D§image_extent: Extent3D§_marker: PhantomData<&'a ()>