Trait gfx::format::TextureFormat [−][src]
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]
F: Formatted,
<F as Formatted>::Surface: TextureSurface,
<F as Formatted>::Channel: TextureChannel,