Enum three_d::renderer::DebugType [−][src]
pub enum DebugType {
POSITION,
NORMAL,
COLOR,
DEPTH,
ORM,
UV,
NONE,
}
Expand description
Used for debug purposes.
Variants
POSITION
NORMAL
COLOR
DEPTH
ORM
UV
NONE
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DebugType
impl UnwindSafe for DebugType
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more