Enum wgpu_core::command::StoreOp [−][src]
#[repr(C)]
pub enum StoreOp {
Clear,
Store,
}Expand description
Operation to perform to the output attachment at the end of a renderpass.
Variants
Clear the render target. If you don’t care about the contents of the target, this can be faster.
Store the result of the renderpass.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StoreOpimpl UnwindSafe for StoreOpBlanket Implementations
Mutably borrows from an owned value. Read more
impl<T> CallHasher for T where
T: Hash,
impl<T> CallHasher for T where
T: Hash, Compare self to key and return true if they are equal.