Trait gfx::format::DepthFormat [−][src]
pub trait DepthFormat: Formatted { }
Ability to be used for depth targets.
Implementors
impl<F> DepthFormat for F where
F: Formatted,
<F as Formatted>::Surface: DepthSurface,
<F as Formatted>::Channel: RenderChannel,
[src]
F: Formatted,
<F as Formatted>::Surface: DepthSurface,
<F as Formatted>::Channel: RenderChannel,