#[repr(u32)]pub enum DebugMode {
    Final = 0,
    Depth = 1,
    DiffuseAlbedoTexture = 2,
    DiffuseAlbedoFactor = 3,
    NormalTexture = 4,
    NormalScale = 5,
    GeometryNormal = 6,
    ShadingNormal = 7,
    Motion = 8,
    HitConsistency = 9,
    SampleReuse = 10,
    Variance = 15,
}Variants§
Final = 0
Depth = 1
DiffuseAlbedoTexture = 2
DiffuseAlbedoFactor = 3
NormalTexture = 4
NormalScale = 5
GeometryNormal = 6
ShadingNormal = 7
Motion = 8
HitConsistency = 9
SampleReuse = 10
Variance = 15
Trait Implementations§
Source§impl IntoEnumIterator for DebugMode
 
impl IntoEnumIterator for DebugMode
type Iterator = DebugModeIter
fn iter() -> DebugModeIter ⓘ
Source§impl PartialOrd for DebugMode
 
impl PartialOrd for DebugMode
impl Copy for DebugMode
impl StructuralPartialEq for DebugMode
Auto Trait Implementations§
impl Freeze for DebugMode
impl RefUnwindSafe for DebugMode
impl Send for DebugMode
impl Sync for DebugMode
impl Unpin for DebugMode
impl UnwindSafe for DebugMode
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
Source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
Source§impl<T> Pointable for T
 
impl<T> Pointable for T
Source§impl<R, P> ReadPrimitive<R> for P
 
impl<R, P> ReadPrimitive<R> for P
Source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
 
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as 
ReadEndian::read_from_little_endian().