Struct ash::vk::PipelineColorBlendAttachmentState [−][src]
#[repr(C)]pub struct PipelineColorBlendAttachmentState { pub blend_enable: Bool32, pub src_color_blend_factor: BlendFactor, pub dst_color_blend_factor: BlendFactor, pub color_blend_op: BlendOp, pub src_alpha_blend_factor: BlendFactor, pub dst_alpha_blend_factor: BlendFactor, pub alpha_blend_op: BlendOp, pub color_write_mask: ColorComponentFlags, }
Expand description
Fields
blend_enable: Bool32
src_color_blend_factor: BlendFactor
dst_color_blend_factor: BlendFactor
color_blend_op: BlendOp
src_alpha_blend_factor: BlendFactor
dst_alpha_blend_factor: BlendFactor
alpha_blend_op: BlendOp
color_write_mask: ColorComponentFlags
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for PipelineColorBlendAttachmentState
impl Sync for PipelineColorBlendAttachmentState
impl Unpin for PipelineColorBlendAttachmentState
Blanket Implementations
Mutably borrows from an owned value. Read more