[−][src]Function rendy_factory::blit_image
pub unsafe fn blit_image<B, C, L>(
encoder: &mut Encoder<'_, B, C, L>,
src_image: &Handle<Image<B>>,
dst_image: &Handle<Image<B>>,
filter: Filter,
regions: impl IntoIterator<Item = BlitRegion>
) where
B: Backend,
C: Supports<Graphics>,
L: Level,
Blits one or more regions from src_image into dst_image using specified Filter
Safety
src_image
anddst_image
must have been created from the sameDevice
asencoder