Enum wgpu_core::command::LoadOp [−][src]
#[repr(C)]
pub enum LoadOp {
Clear,
Load,
}
Expand description
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
Auto Trait Implementations
impl RefUnwindSafe for LoadOp
impl UnwindSafe for LoadOp
Blanket 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.