Trait gfx_core::format::TextureFormat [−][src]
pub trait TextureFormat: Formatted { }
Ability to be used for textures.
Implementors
impl<F> TextureFormat for F where
F: Formatted,
F::Surface: TextureSurface,
F::Channel: TextureChannel,
[src]
F: Formatted,
F::Surface: TextureSurface,
F::Channel: TextureChannel,