Enum nc_renderer::common::DepthPassAction [−][src]
pub enum DepthPassAction {
Clear(f32),
Previous,
}
Variants
Clear(f32)
Tuple Fields of Clear
0: f32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DepthPassAction
impl Send for DepthPassAction
impl Sync for DepthPassAction
impl Unpin for DepthPassAction
impl UnwindSafe for DepthPassAction
Blanket Implementations
Mutably borrows from an owned value. Read more