pub trait DepthStencilFormat: DepthFormat + StencilFormat { }
Expand description

Ability to be used for depth+stencil targets.

Implementors§