Struct unity_native_plugin_sys::VkPipelineColorBlendStateCreateInfo [−][src]
#[repr(C)]pub struct VkPipelineColorBlendStateCreateInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub flags: VkPipelineColorBlendStateCreateFlags,
pub logicOpEnable: VkBool32,
pub logicOp: VkLogicOp,
pub attachmentCount: u32,
pub pAttachments: *const VkPipelineColorBlendAttachmentState,
pub blendConstants: [f32; 4],
}Fields
sType: VkStructureTypepNext: *const c_voidflags: VkPipelineColorBlendStateCreateFlagslogicOpEnable: VkBool32logicOp: VkLogicOpattachmentCount: u32pAttachments: *const VkPipelineColorBlendAttachmentStateblendConstants: [f32; 4]Trait Implementations
Auto Trait Implementations
impl !Send for VkPipelineColorBlendStateCreateInfo
impl !Sync for VkPipelineColorBlendStateCreateInfo
impl Unpin for VkPipelineColorBlendStateCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more