#[repr(C)]pub struct PipelineCoverageReductionStateCreateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: u32,
pub coverage_reduction_mode: CoverageReductionModeNV,
}Expand description
VkPipelineCoverageReductionStateCreateInfoNV
Provided by VK_NV_coverage_reduction_mode.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PIPELINE_COVERAGE_REDUCTION_STATE_CREATE_INFO_NV.
p_next: *const c_voidOptional, may be null.
flags: u32§coverage_reduction_mode: CoverageReductionModeNVImplementations§
Source§impl PipelineCoverageReductionStateCreateInfoNV
impl PipelineCoverageReductionStateCreateInfoNV
Sourcepub fn builder<'a>() -> PipelineCoverageReductionStateCreateInfoNVBuilder<'a>
pub fn builder<'a>() -> PipelineCoverageReductionStateCreateInfoNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PipelineCoverageReductionStateCreateInfoNV
impl Clone for PipelineCoverageReductionStateCreateInfoNV
Source§fn clone(&self) -> PipelineCoverageReductionStateCreateInfoNV
fn clone(&self) -> PipelineCoverageReductionStateCreateInfoNV
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 PipelineCoverageReductionStateCreateInfoNV
impl Default for PipelineCoverageReductionStateCreateInfoNV
Source§fn default() -> PipelineCoverageReductionStateCreateInfoNV
fn default() -> PipelineCoverageReductionStateCreateInfoNV
Returns the “default value” for a type. Read more
impl Copy for PipelineCoverageReductionStateCreateInfoNV
impl ExtendsPipelineMultisampleStateCreateInfo for PipelineCoverageReductionStateCreateInfoNV
Auto Trait Implementations§
impl Freeze for PipelineCoverageReductionStateCreateInfoNV
impl RefUnwindSafe for PipelineCoverageReductionStateCreateInfoNV
impl !Send for PipelineCoverageReductionStateCreateInfoNV
impl !Sync for PipelineCoverageReductionStateCreateInfoNV
impl Unpin for PipelineCoverageReductionStateCreateInfoNV
impl UnsafeUnpin for PipelineCoverageReductionStateCreateInfoNV
impl UnwindSafe for PipelineCoverageReductionStateCreateInfoNV
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