pub type CopyBufferInfo2KHR = CopyBufferInfo2;Aliased Type§
#[repr(C)]pub struct CopyBufferInfo2KHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub src_buffer: Buffer,
pub dst_buffer: Buffer,
pub region_count: u32,
pub p_regions: *const BufferCopy2,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2.
p_next: *const c_voidOptional, may be null.
src_buffer: Buffer§dst_buffer: Buffer§region_count: u32Length of p_regions.
p_regions: *const BufferCopy2