Trait gfx_phase::ToDepth
[−]
[src]
pub trait ToDepth { type Depth: Copy + Debug + PartialOrd; fn to_depth(&self) -> Self::Depth; }
View information that can be transformed into depth.
Associated Types
type Depth: Copy + Debug + PartialOrd
The type of the depth to convert to.