#[repr(C)]pub struct FramebufferMixedSamplesCombinationNV {
pub s_type: StructureType,
pub next: *mut c_void,
pub coverage_reduction_mode: CoverageReductionModeNV,
pub rasterization_samples: SampleCountFlags,
pub depth_stencil_samples: SampleCountFlags,
pub color_samples: SampleCountFlags,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidcoverage_reduction_mode: CoverageReductionModeNVrasterization_samples: SampleCountFlagsdepth_stencil_samples: SampleCountFlagscolor_samples: SampleCountFlagsTrait 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 FramebufferMixedSamplesCombinationNV
impl !Sync for FramebufferMixedSamplesCombinationNV
Blanket Implementations
Mutably borrows from an owned value. Read more