Trait gfx::format::RenderFormat[][src]

pub trait RenderFormat: Formatted { }

Ability to be used for render targets.

Implementors

impl<F> RenderFormat for F where
    F: Formatted,
    <F as Formatted>::Surface: RenderSurface,
    <F as Formatted>::Channel: RenderChannel
[src]

Loading content...