Struct gfx_hal::command::ImageBlit [−][src]
pub struct ImageBlit { pub src_subresource: SubresourceLayers, pub src_bounds: Range<Offset>, pub dst_subresource: SubresourceLayers, pub dst_bounds: Range<Offset>, }
Parameters for an image blit operation, where a portion of one image is copied into another, possibly with scaling and filtering.
Fields
src_subresource: SubresourceLayers
Source image and layers.
src_bounds: Range<Offset>
Source image bounds.
dst_subresource: SubresourceLayers
Destination image and layers.
dst_bounds: Range<Offset>
Destination image bounds.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImageBlit
impl RefUnwindSafe for ImageBlit
impl UnwindSafe for ImageBlit
impl UnwindSafe for ImageBlit