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

pub trait DepthStencilFormat: DepthFormat + StencilFormat { }

Ability to be used for depth+stencil targets.

Implementors