#[repr(transparent)]pub struct FramebufferMixedSamplesCombinationNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> FramebufferMixedSamplesCombinationNVBuilder<'a>
impl<'a> FramebufferMixedSamplesCombinationNVBuilder<'a>
pub fn coverage_reduction_mode( self, coverage_reduction_mode: CoverageReductionModeNV ) -> Self
pub fn rasterization_samples( self, rasterization_samples: SampleCountFlags ) -> Self
pub fn depth_stencil_samples( self, depth_stencil_samples: SampleCountFlags ) -> Self
pub fn color_samples(self, color_samples: SampleCountFlags) -> Self
sourcepub fn build(self) -> FramebufferMixedSamplesCombinationNV
pub fn build(self) -> FramebufferMixedSamplesCombinationNV
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.