[−][src]Struct rendy_factory::BlitImageState
A region and image states for one image in a blit.
Fields
subresource: SubresourceLayers
Subresource to use for blit
bounds: Range<Offset>
Image offset range to use for blit
last_stage: PipelineStage
Last image stage before blit
last_access: Access
Last image access before blit
last_layout: Layout
Last image layout before blit
next_stage: PipelineStage
Image stage after blit
next_access: Access
Image access after blit
next_layout: Layout
Image layout after blit
Trait Implementations
impl Clone for BlitImageState
[src][+]
impl Debug for BlitImageState
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for BlitImageState
impl Send for BlitImageState
impl Sync for BlitImageState
impl Unpin for BlitImageState
impl UnwindSafe for BlitImageState
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,