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