Struct gfx_hal::command::ImageCopy [−][src]
pub struct ImageCopy {
pub src_subresource: SubresourceLayers,
pub src_offset: Offset,
pub dst_subresource: SubresourceLayers,
pub dst_offset: Offset,
pub extent: Extent,
}Bundles together all the parameters needed to copy data from one Image
to another.
Fields
src_subresource: SubresourceLayersThe image subresource to copy from.
src_offset: OffsetThe source offset.
dst_subresource: SubresourceLayersThe image subresource to copy to.
dst_offset: OffsetThe destination offset.
extent: ExtentThe extent of the region to copy.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImageCopy
impl RefUnwindSafe for ImageCopyimpl UnwindSafe for ImageCopy
impl UnwindSafe for ImageCopy