Struct ash::vk::FramebufferMixedSamplesCombinationNV
source · #[repr(C)]pub struct FramebufferMixedSamplesCombinationNV {
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,
}
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
Implementations§
source§impl FramebufferMixedSamplesCombinationNV
impl FramebufferMixedSamplesCombinationNV
pub fn builder<'a>() -> FramebufferMixedSamplesCombinationNVBuilder<'a>
Trait Implementations§
source§impl Clone for FramebufferMixedSamplesCombinationNV
impl Clone for FramebufferMixedSamplesCombinationNV
source§fn clone(&self) -> FramebufferMixedSamplesCombinationNV
fn clone(&self) -> FramebufferMixedSamplesCombinationNV
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 TaggedStructure for FramebufferMixedSamplesCombinationNV
impl TaggedStructure for FramebufferMixedSamplesCombinationNV
const STRUCTURE_TYPE: StructureType = StructureType::FRAMEBUFFER_MIXED_SAMPLES_COMBINATION_NV
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