pub struct PhysicalDeviceProvokingVertexFeaturesEXTBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceProvokingVertexFeaturesEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceProvokingVertexFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceProvokingVertexFeaturesEXTBuilder<'a>
pub fn provoking_vertex_last(self, value: bool) -> Self
pub fn transform_feedback_preserves_provoking_vertex(self, value: bool) -> Self
Sourcepub fn push_next<T: ExtendsPhysicalDeviceProvokingVertexFeaturesEXT>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPhysicalDeviceProvokingVertexFeaturesEXT>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PhysicalDeviceProvokingVertexFeaturesEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceProvokingVertexFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceProvokingVertexFeaturesEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceProvokingVertexFeaturesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceProvokingVertexFeaturesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceProvokingVertexFeaturesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceProvokingVertexFeaturesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceProvokingVertexFeaturesEXTBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceProvokingVertexFeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceProvokingVertexFeaturesEXTBuilder<'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