Enum wgpu_core::command::StoreOp [−][src]
#[repr(C)]
pub enum StoreOp {
Clear,
Store,
}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
impl StructuralEq for StoreOp[src]
impl StructuralEq for StoreOp[src]impl StructuralPartialEq for StoreOp[src]
impl StructuralPartialEq for StoreOp[src]Auto Trait Implementations
impl RefUnwindSafe for StoreOp
impl RefUnwindSafe for StoreOpimpl UnwindSafe for StoreOp
impl UnwindSafe for StoreOpBlanket Implementations
impl<T> CallHasher for T where
T: Hash,
impl<T> CallHasher for T where
T: Hash, impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]