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