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