Struct vulkanalia::vk::FramebufferMixedSamplesCombinationNVBuilder[][src]

#[repr(transparent)]pub struct FramebufferMixedSamplesCombinationNVBuilder { /* fields omitted */ }

Implementations

impl FramebufferMixedSamplesCombinationNVBuilder[src]

pub fn coverage_reduction_mode(
    self,
    coverage_reduction_mode: CoverageReductionModeNV
) -> Self
[src]

pub fn rasterization_samples(
    self,
    rasterization_samples: SampleCountFlags
) -> Self
[src]

pub fn depth_stencil_samples(
    self,
    depth_stencil_samples: SampleCountFlags
) -> Self
[src]

pub fn color_samples(self, color_samples: SampleCountFlags) -> Self[src]

pub fn build(self) -> FramebufferMixedSamplesCombinationNV[src]

Trait Implementations

impl Cast for FramebufferMixedSamplesCombinationNVBuilder[src]

type Target = FramebufferMixedSamplesCombinationNV

The other type this type type can be used interchangeably with in FFI.

impl Clone for FramebufferMixedSamplesCombinationNVBuilder[src]

impl Copy for FramebufferMixedSamplesCombinationNVBuilder[src]

impl Debug for FramebufferMixedSamplesCombinationNVBuilder[src]

impl Default for FramebufferMixedSamplesCombinationNVBuilder[src]

impl Deref for FramebufferMixedSamplesCombinationNVBuilder[src]

type Target = FramebufferMixedSamplesCombinationNV

The resulting type after dereferencing.

impl DerefMut for FramebufferMixedSamplesCombinationNVBuilder[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.