pub type CopyMemoryToImageIndirectCommandNV = CopyMemoryToImageIndirectCommandKHR;Expand description
Aliased Type§
#[repr(C)]pub struct CopyMemoryToImageIndirectCommandNV {
pub src_address: u64,
pub buffer_row_length: u32,
pub buffer_image_height: u32,
pub image_subresource: ImageSubresourceLayers,
pub image_offset: Offset3D,
pub image_extent: Extent3D,
}Fields§
§src_address: u64§buffer_row_length: u32§buffer_image_height: u32§image_subresource: ImageSubresourceLayers§image_offset: Offset3D§image_extent: Extent3D