Struct vks::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, }

Fields

Trait Implementations

impl Debug for VkPipelineColorBlendAttachmentState
[src]

Formats the value using the given formatter.

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