Struct vulkano::pipeline::raster::DepthBias [] [src]

pub struct DepthBias {
    pub constant_factor: f32,
    pub clamp: f32,
    pub slope_factor: f32,
}

Fields

Requires the depth_bias_clamp feature to be enabled.

Trait Implementations

impl Copy for DepthBias
[src]

impl Clone for DepthBias
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DepthBias
[src]

Formats the value using the given formatter.