pub type CopyBufferToImageInfo2KHR = CopyBufferToImageInfo2;Expand description
Aliased Type§
#[repr(C)]pub struct CopyBufferToImageInfo2KHR {
pub s_type: StructureType,
pub next: *const c_void,
pub src_buffer: Buffer,
pub dst_image: Image,
pub dst_image_layout: ImageLayout,
pub region_count: u32,
pub regions: *const BufferImageCopy2,
}Fields§
§s_type: StructureType§next: *const c_void§src_buffer: Buffer§dst_image: Image§dst_image_layout: ImageLayout§region_count: u32§regions: *const BufferImageCopy2