Trait gfx::format::BlendFormat
[−]
[src]
pub trait BlendFormat: RenderFormat { }
Ability to be used for blended render targets.
Implementors
impl<F> BlendFormat for F where F: Formatted, F::Surface: RenderSurface, F::Channel: BlendChannel