Struct ash::vk::FramebufferMixedSamplesCombinationNV [−][src]
#[repr(C)]pub struct FramebufferMixedSamplesCombinationNV { pub s_type: StructureType, pub p_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: StructureType
p_next: *mut c_void
coverage_reduction_mode: CoverageReductionModeNV
rasterization_samples: SampleCountFlags
depth_stencil_samples: SampleCountFlags
color_samples: SampleCountFlags
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for FramebufferMixedSamplesCombinationNV
impl !Sync for FramebufferMixedSamplesCombinationNV
Blanket Implementations
Mutably borrows from an owned value. Read more