BufferImageCopy2KHR

Type Alias BufferImageCopy2KHR 

Source
pub type BufferImageCopy2KHR = BufferImageCopy2;

Aliased Type§

#[repr(C)]
pub struct BufferImageCopy2KHR { pub sType: i32, pub pNext: *const c_void, pub bufferOffset: u64, pub bufferRowLength: u32, pub bufferImageHeight: u32, pub imageSubresource: ImageSubresourceLayers, pub imageOffset: Offset3D, pub imageExtent: Extent3D, }

Fields§

§sType: i32§pNext: *const c_void§bufferOffset: u64§bufferRowLength: u32§bufferImageHeight: u32§imageSubresource: ImageSubresourceLayers§imageOffset: Offset3D§imageExtent: Extent3D