[][src]Trait gfx_core::format::BlendFormat

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
[src]

Loading content...