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
Clear the output attachment with the clear color. Clearing is faster than loading.
Load
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
Compare self to key
and return true
if they are equal.