pub struct VkFramebufferMixedSamplesCombination {
pub coverage_reduction_mode: VkCoverageReductionMode,
pub rasterization_samples: VkSampleCountFlags,
pub depth_stencil_samples: VkSampleCountFlags,
pub color_samples: VkSampleCountFlags,
}
Expand description
Wrapper for VkFramebufferMixedSamplesCombinationNV.
Fields§
§coverage_reduction_mode: VkCoverageReductionMode
§rasterization_samples: VkSampleCountFlags
§depth_stencil_samples: VkSampleCountFlags
§color_samples: VkSampleCountFlags
Trait Implementations§
Source§impl Clone for VkFramebufferMixedSamplesCombination
impl Clone for VkFramebufferMixedSamplesCombination
Source§fn clone(&self) -> VkFramebufferMixedSamplesCombination
fn clone(&self) -> VkFramebufferMixedSamplesCombination
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 Default for VkFramebufferMixedSamplesCombination
impl Default for VkFramebufferMixedSamplesCombination
Source§fn default() -> VkFramebufferMixedSamplesCombination
fn default() -> VkFramebufferMixedSamplesCombination
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VkFramebufferMixedSamplesCombination
impl RefUnwindSafe for VkFramebufferMixedSamplesCombination
impl Send for VkFramebufferMixedSamplesCombination
impl Sync for VkFramebufferMixedSamplesCombination
impl Unpin for VkFramebufferMixedSamplesCombination
impl UnwindSafe for VkFramebufferMixedSamplesCombination
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