pub struct PhysicalDeviceProvokingVertexPropertiesEXTBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceProvokingVertexPropertiesEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceProvokingVertexPropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceProvokingVertexPropertiesEXTBuilder<'a>
pub fn provoking_vertex_mode_per_pipeline(self, value: bool) -> Self
pub fn transform_feedback_preserves_triangle_fan_provoking_vertex( self, value: bool, ) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceProvokingVertexPropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceProvokingVertexPropertiesEXTBuilder<'a>
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> UnsafeUnpin 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