Struct ash::vk::FramebufferMixedSamplesCombinationNV
source · #[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§
source§impl FramebufferMixedSamplesCombinationNV
impl FramebufferMixedSamplesCombinationNV
pub fn builder<'a>() -> FramebufferMixedSamplesCombinationNVBuilder<'a>
Trait Implementations§
source§impl Clone for FramebufferMixedSamplesCombinationNV
impl Clone for FramebufferMixedSamplesCombinationNV
source§fn clone(&self) -> FramebufferMixedSamplesCombinationNV
fn clone(&self) -> FramebufferMixedSamplesCombinationNV
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more