#[repr(C)]pub struct FramebufferMixedSamplesCombinationNV {
pub sType: StructureType,
pub pNext: *mut c_void,
pub coverageReductionMode: CoverageReductionModeNV,
pub rasterizationSamples: SampleCountFlagBits,
pub depthStencilSamples: SampleCountFlags,
pub colorSamples: SampleCountFlags,
}Fields§
§sType: StructureType§pNext: *mut c_void§coverageReductionMode: CoverageReductionModeNV§rasterizationSamples: SampleCountFlagBits§depthStencilSamples: SampleCountFlags§colorSamples: SampleCountFlagsImplementations§
Source§impl FramebufferMixedSamplesCombinationNV
impl FramebufferMixedSamplesCombinationNV
pub fn new() -> Self
pub fn sType(self, sType: StructureType) -> Self
pub fn pNext(self, pNext: *mut c_void) -> Self
pub fn coverageReductionMode( self, coverageReductionMode: CoverageReductionModeNV, ) -> Self
pub fn rasterizationSamples( self, rasterizationSamples: SampleCountFlagBits, ) -> Self
pub fn depthStencilSamples(self, depthStencilSamples: SampleCountFlags) -> Self
pub fn colorSamples(self, colorSamples: SampleCountFlags) -> Self
Trait Implementations§
Source§impl Clone for FramebufferMixedSamplesCombinationNV
impl Clone for FramebufferMixedSamplesCombinationNV
Source§fn clone(&self) -> FramebufferMixedSamplesCombinationNV
fn clone(&self) -> FramebufferMixedSamplesCombinationNV
Returns a duplicate 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
impl Copy for FramebufferMixedSamplesCombinationNV
Auto Trait Implementations§
impl Freeze for FramebufferMixedSamplesCombinationNV
impl RefUnwindSafe for FramebufferMixedSamplesCombinationNV
impl !Send for FramebufferMixedSamplesCombinationNV
impl !Sync for FramebufferMixedSamplesCombinationNV
impl Unpin for FramebufferMixedSamplesCombinationNV
impl UnwindSafe for FramebufferMixedSamplesCombinationNV
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