Enum wgpu_core::command::LoadOp [−][src]
#[repr(C)]
pub enum LoadOp {
Clear,
Load,
}Operation to perform to the output attachment at the start of a renderpass.
Variants
Clear the output attachment with the clear color. Clearing is faster than loading.
Do not clear output attachment.
Trait Implementations
impl StructuralEq for LoadOp[src]
impl StructuralEq for LoadOp[src]impl StructuralPartialEq for LoadOp[src]
impl StructuralPartialEq for LoadOp[src]Auto Trait Implementations
impl RefUnwindSafe for LoadOp
impl RefUnwindSafe for LoadOpimpl UnwindSafe for LoadOp
impl UnwindSafe for LoadOpBlanket 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]