Struct dacite::core::PipelineRasterizationStateCreateInfo [] [src]

pub struct PipelineRasterizationStateCreateInfo {
    pub flags: PipelineRasterizationStateCreateFlags,
    pub depth_clamp_enable: bool,
    pub rasterizer_discard_enable: bool,
    pub polygon_mode: PolygonMode,
    pub cull_mode: CullModeFlags,
    pub front_face: FrontFace,
    pub depth_bias_enable: bool,
    pub depth_bias_constant_factor: f32,
    pub depth_bias_clamp: f32,
    pub depth_bias_slope_factor: f32,
    pub line_width: f32,
    pub chain: Option<PipelineRasterizationStateCreateInfoChain>,
}

Fields

Trait Implementations

impl Debug for PipelineRasterizationStateCreateInfo
[src]

Formats the value using the given formatter.

impl Clone for PipelineRasterizationStateCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PipelineRasterizationStateCreateInfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.