#[repr(transparent)]pub struct PipelineRasterizationStateRasterizationOrderAMDBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PipelineRasterizationStateRasterizationOrderAMDBuilder<'a>
impl<'a> PipelineRasterizationStateRasterizationOrderAMDBuilder<'a>
pub fn rasterization_order( self, rasterization_order: RasterizationOrderAMD ) -> Self
sourcepub fn build(self) -> PipelineRasterizationStateRasterizationOrderAMD
pub fn build(self) -> PipelineRasterizationStateRasterizationOrderAMD
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.