pub struct DepthClampRangeEXTBuilder { /* private fields */ }Expand description
Builder for DepthClampRangeEXT.
Implementations§
Source§impl DepthClampRangeEXTBuilder
impl DepthClampRangeEXTBuilder
pub fn min_depth_clamp(self, value: f32) -> Self
pub fn max_depth_clamp(self, value: f32) -> Self
Trait Implementations§
Source§impl Deref for DepthClampRangeEXTBuilder
impl Deref for DepthClampRangeEXTBuilder
Auto Trait Implementations§
impl Freeze for DepthClampRangeEXTBuilder
impl RefUnwindSafe for DepthClampRangeEXTBuilder
impl Send for DepthClampRangeEXTBuilder
impl Sync for DepthClampRangeEXTBuilder
impl Unpin for DepthClampRangeEXTBuilder
impl UnsafeUnpin for DepthClampRangeEXTBuilder
impl UnwindSafe for DepthClampRangeEXTBuilder
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