Struct dacite::core::PipelineColorBlendStateCreateInfo [] [src]

pub struct PipelineColorBlendStateCreateInfo {
    pub flags: PipelineColorBlendStateCreateFlags,
    pub logic_op_enable: bool,
    pub logic_op: LogicOp,
    pub attachments: Vec<PipelineColorBlendAttachmentState>,
    pub blend_constants: [f32; 4],
    pub chain: Option<PipelineColorBlendStateCreateInfoChain>,
}

Fields

Trait Implementations

impl Debug for PipelineColorBlendStateCreateInfo
[src]

Formats the value using the given formatter.

impl Clone for PipelineColorBlendStateCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PipelineColorBlendStateCreateInfo
[src]

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

This method tests for !=.