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.
Trait Implementations§
source§impl<'a> Deref for FramebufferMixedSamplesCombinationNVBuilder<'a>
impl<'a> Deref for FramebufferMixedSamplesCombinationNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for FramebufferMixedSamplesCombinationNVBuilder<'a>
impl<'a> RefUnwindSafe for FramebufferMixedSamplesCombinationNVBuilder<'a>
impl<'a> !Send for FramebufferMixedSamplesCombinationNVBuilder<'a>
impl<'a> !Sync for FramebufferMixedSamplesCombinationNVBuilder<'a>
impl<'a> Unpin for FramebufferMixedSamplesCombinationNVBuilder<'a>
impl<'a> UnwindSafe for FramebufferMixedSamplesCombinationNVBuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more