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 Float[src]

impl TextureChannel for Inorm[src]

impl TextureChannel for Int[src]

impl TextureChannel for Srgb[src]

impl TextureChannel for Uint[src]

impl TextureChannel for Unorm[src]

Loading content...