Struct unity_native_plugin_sys::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
blendEnable: VkBool32srcColorBlendFactor: VkBlendFactordstColorBlendFactor: VkBlendFactorcolorBlendOp: VkBlendOpsrcAlphaBlendFactor: VkBlendFactordstAlphaBlendFactor: VkBlendFactoralphaBlendOp: VkBlendOpcolorWriteMask: VkColorComponentFlagsTrait Implementations
Auto Trait Implementations
impl Send for VkPipelineColorBlendAttachmentState
impl Sync for VkPipelineColorBlendAttachmentState
impl Unpin for VkPipelineColorBlendAttachmentState
Blanket Implementations
Mutably borrows from an owned value. Read more