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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceProvokingVertexFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceProvokingVertexFeaturesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceProvokingVertexFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceProvokingVertexFeaturesEXTBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceProvokingVertexFeaturesEXTBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceProvokingVertexFeaturesEXTBuilder<'_>
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> 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