Struct vulkan_rs::VkPipelineColorBlendAttachmentState [] [src]

#[repr(C)]
pub struct VkPipelineColorBlendAttachmentState { pub blendEnable: VkBool32, pub srcColorBlendFactor: VkBlendFactor, pub dstColorBlendFactor: VkBlendFactor, pub colorBlendOp: VkBlendOp, pub srcAlphaBlendFactor: VkBlendFactor, pub dstAlphaBlendFactor: VkBlendFactor, pub alphaBlendOp: VkBlendOp, pub colorWriteMask: VkColorComponentFlags, }

Structure specifying a pipeline color blend attachment state

Fields

a bitmask selecting which of the R, G, B, and/or A components are enabled for writing, as described in the

Trait Implementations

impl Copy for VkPipelineColorBlendAttachmentState
[src]

impl Clone for VkPipelineColorBlendAttachmentState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPipelineColorBlendAttachmentState
[src]

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