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

Trait Implementations

impl Debug for VkPipelineColorBlendStateCreateInfo
[src]

Formats the value using the given formatter.

impl Copy for VkPipelineColorBlendStateCreateInfo
[src]

impl Clone for VkPipelineColorBlendStateCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPipelineColorBlendStateCreateInfo
[src]

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