#[repr(C)]pub struct PipelineMultisampleStateCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: PipelineMultisampleStateCreateFlags,
pub rasterization_samples: SampleCountFlags,
pub sample_shading_enable: Bool32,
pub min_sample_shading: f32,
pub sample_mask: *const SampleMask,
pub alpha_to_coverage_enable: Bool32,
pub alpha_to_one_enable: Bool32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: PipelineMultisampleStateCreateFlagsrasterization_samples: SampleCountFlagssample_shading_enable: Bool32min_sample_shading: f32sample_mask: *const SampleMaskalpha_to_coverage_enable: Bool32alpha_to_one_enable: Bool32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for PipelineMultisampleStateCreateInfo
impl !Sync for PipelineMultisampleStateCreateInfo
impl Unpin for PipelineMultisampleStateCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more