Trait gfx_core::format::TextureChannel
[−]
[src]
pub trait TextureChannel: ChannelTyped { }
An ability of a channel type to be used for textures.
Implementors
impl TextureChannel for Int
impl TextureChannel for Uint
impl TextureChannel for Inorm
impl TextureChannel for Unorm
impl TextureChannel for Float
impl TextureChannel for Srgb