#[repr(transparent)]pub struct PipelineViewportCoarseSampleOrderStateCreateInfoNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PipelineViewportCoarseSampleOrderStateCreateInfoNVBuilder<'a>
impl<'a> PipelineViewportCoarseSampleOrderStateCreateInfoNVBuilder<'a>
pub fn sample_order_type( self, sample_order_type: CoarseSampleOrderTypeNV ) -> Self
pub fn custom_sample_orders( self, custom_sample_orders: &'a [CoarseSampleOrderCustomNV] ) -> Self
sourcepub fn build(self) -> PipelineViewportCoarseSampleOrderStateCreateInfoNV
pub fn build(self) -> PipelineViewportCoarseSampleOrderStateCreateInfoNV
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.