Struct lava::VkPipelineColorBlendStateCreateInfo[][src]

pub struct VkPipelineColorBlendStateCreateInfo<'a> {
    pub flags: VkPipelineColorBlendStateCreateFlags,
    pub logic_op_enable: bool,
    pub logic_op: VkLogicOp,
    pub attachments: &'a [VkPipelineColorBlendAttachmentState],
    pub blend_constants: [f32; 4],
}

Fields

Trait Implementations

impl<'a> Debug for VkPipelineColorBlendStateCreateInfo<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for VkPipelineColorBlendStateCreateInfo<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPipelineColorBlendStateCreateInfo<'static>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations