Trait gfx::format::StencilFormat
[−]
[src]
pub trait StencilFormat: Formatted { }
Ability to be used for vertex buffers.
Implementors
impl<F> StencilFormat for F where F: Formatted, F::Surface: StencilSurface, F::Channel: RenderChannel