Struct dvk::core::VkPipelineMultisampleStateCreateInfo [] [src]

#[repr(C)]
pub struct VkPipelineMultisampleStateCreateInfo { pub sType: VkStructureType, pub pNext: *const c_void, pub flags: VkPipelineMultisampleStateCreateFlags, pub rasterizationSamples: VkSampleCountFlags, pub sampleShadingEnable: VkBool32, pub minSampleShading: c_float, pub pSampleMask: *const VkSampleMask, pub alphaToCoverageEnable: VkBool32, pub alphaToOneEnable: VkBool32, }

Fields

Trait Implementations

impl Copy for VkPipelineMultisampleStateCreateInfo
[src]

impl Clone for VkPipelineMultisampleStateCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more