#[repr(C)]pub struct PipelineColorBlendStateCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: PipelineColorBlendStateCreateFlags,
pub logic_op_enable: Bool32,
pub logic_op: LogicOp,
pub attachment_count: u32,
pub attachments: *const PipelineColorBlendAttachmentState,
pub blend_constants: [f32; 4],
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: PipelineColorBlendStateCreateFlagslogic_op_enable: Bool32logic_op: LogicOpattachment_count: u32attachments: *const PipelineColorBlendAttachmentStateblend_constants: [f32; 4]Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for PipelineColorBlendStateCreateInfo
impl !Sync for PipelineColorBlendStateCreateInfo
impl Unpin for PipelineColorBlendStateCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more