Trait gfx_core::format::DepthStencilFormat[][src]

pub trait DepthStencilFormat: DepthFormat + StencilFormat { }
[]

Ability to be used for depth+stencil targets.

Implementors

impl<F> DepthStencilFormat for F where
    F: DepthFormat + StencilFormat
[src]