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