#[repr(u32)]pub enum DlssRrDepth {
ReversedHardware = 0,
ForwardHardware = 1,
LinearViewSpace = 2,
}Variants§
ReversedHardware = 0
Hardware depth: near = 1, far = 0.
ForwardHardware = 1
Hardware depth: near = 0, far = 1.
LinearViewSpace = 2
Linear view-space depth, not normalized hardware depth.
Trait Implementations§
Source§impl Clone for DlssRrDepth
impl Clone for DlssRrDepth
Source§fn clone(&self) -> DlssRrDepth
fn clone(&self) -> DlssRrDepth
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DlssRrDepth
Source§impl Debug for DlssRrDepth
impl Debug for DlssRrDepth
Source§impl Default for DlssRrDepth
impl Default for DlssRrDepth
Source§fn default() -> DlssRrDepth
fn default() -> DlssRrDepth
Returns the “default value” for a type. Read more
impl Eq for DlssRrDepth
Source§impl PartialEq for DlssRrDepth
impl PartialEq for DlssRrDepth
impl StructuralPartialEq for DlssRrDepth
Auto Trait Implementations§
impl Freeze for DlssRrDepth
impl RefUnwindSafe for DlssRrDepth
impl Send for DlssRrDepth
impl Sync for DlssRrDepth
impl Unpin for DlssRrDepth
impl UnsafeUnpin for DlssRrDepth
impl UnwindSafe for DlssRrDepth
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