Struct ash::vk::FramebufferMixedSamplesCombinationNV
source · #[repr(C)]pub struct FramebufferMixedSamplesCombinationNV<'a> {
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,
pub _marker: PhantomData<&'a ()>,
}
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
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> FramebufferMixedSamplesCombinationNV<'a>
impl<'a> FramebufferMixedSamplesCombinationNV<'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
Trait Implementations§
source§impl<'a> Clone for FramebufferMixedSamplesCombinationNV<'a>
impl<'a> Clone for FramebufferMixedSamplesCombinationNV<'a>
source§fn clone(&self) -> FramebufferMixedSamplesCombinationNV<'a>
fn clone(&self) -> FramebufferMixedSamplesCombinationNV<'a>
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<'a> Debug for FramebufferMixedSamplesCombinationNV<'a>
impl<'a> Debug for FramebufferMixedSamplesCombinationNV<'a>
source§impl Default for FramebufferMixedSamplesCombinationNV<'_>
impl Default for FramebufferMixedSamplesCombinationNV<'_>
source§impl<'a> TaggedStructure for FramebufferMixedSamplesCombinationNV<'a>
impl<'a> TaggedStructure for FramebufferMixedSamplesCombinationNV<'a>
const STRUCTURE_TYPE: StructureType = StructureType::FRAMEBUFFER_MIXED_SAMPLES_COMBINATION_NV
impl<'a> Copy for FramebufferMixedSamplesCombinationNV<'a>
impl Send for FramebufferMixedSamplesCombinationNV<'_>
impl Sync for FramebufferMixedSamplesCombinationNV<'_>
Auto Trait Implementations§
impl<'a> Freeze for FramebufferMixedSamplesCombinationNV<'a>
impl<'a> RefUnwindSafe for FramebufferMixedSamplesCombinationNV<'a>
impl<'a> Unpin for FramebufferMixedSamplesCombinationNV<'a>
impl<'a> UnwindSafe for FramebufferMixedSamplesCombinationNV<'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