Struct ash::vk::PipelineColorBlendStateCreateInfo [−][src]
#[repr(C)]pub struct PipelineColorBlendStateCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: PipelineColorBlendStateCreateFlags, pub logic_op_enable: Bool32, pub logic_op: LogicOp, pub attachment_count: u32, pub p_attachments: *const PipelineColorBlendAttachmentState, pub blend_constants: [f32; 4], }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
flags: PipelineColorBlendStateCreateFlags
logic_op_enable: Bool32
logic_op: LogicOp
attachment_count: u32
p_attachments: *const PipelineColorBlendAttachmentState
blend_constants: [f32; 4]
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
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