pub enum FinishOp {
Store,
Discard,
ResolveTo(TextureView),
Ignore,
}Variants§
Store
Discard
ResolveTo(TextureView)
The texture specified here will be stored but it is undefined what happens to the original render target
Ignore
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FinishOp
impl RefUnwindSafe for FinishOp
impl Send for FinishOp
impl Sync for FinishOp
impl Unpin for FinishOp
impl UnwindSafe for FinishOp
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more