Struct screen_13::prelude::vk::FramebufferMixedSamplesCombinationNV
source · 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: SampleCountFlagsImplementations§
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 moresource§impl Default for FramebufferMixedSamplesCombinationNV
impl Default for FramebufferMixedSamplesCombinationNV
source§fn default() -> FramebufferMixedSamplesCombinationNV
fn default() -> FramebufferMixedSamplesCombinationNV
Returns the “default value” for a type. Read more