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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceProvokingVertexPropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceProvokingVertexPropertiesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceProvokingVertexPropertiesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceProvokingVertexPropertiesEXTBuilder<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceProvokingVertexPropertiesEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceProvokingVertexPropertiesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceProvokingVertexPropertiesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceProvokingVertexPropertiesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceProvokingVertexPropertiesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceProvokingVertexPropertiesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceProvokingVertexPropertiesEXTBuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more