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 as Formatted>::Surface: RenderSurface,
    <F as Formatted>::Channel: BlendChannel
[src]

Loading content...