Enum vulkano::pipeline::raster::DepthBiasControl [] [src]

pub enum DepthBiasControl {
    Disabled,
    Dynamic,
    Static(DepthBias),
}

Variants

Methods

impl DepthBiasControl
[src]

Trait Implementations

impl Copy for DepthBiasControl
[src]

impl Clone for DepthBiasControl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DepthBiasControl
[src]

Formats the value using the given formatter.