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