Trait gfx_core::format::RenderFormat[][src]

pub trait RenderFormat: Formatted { }
[]

Ability to be used for render targets.

Implementors

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