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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DepthBias
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DepthBias

impl Sync for DepthBias