[][src]Trait gfx::format::TextureFormat

pub trait TextureFormat: Formatted { }

Ability to be used for textures.

Implementors

impl<F> TextureFormat for F where
    F: Formatted,
    <F as Formatted>::Surface: TextureSurface,
    <F as Formatted>::Channel: TextureChannel
[src]

Loading content...