Trait three_d::core::texture::TextureDataType[][src]

pub trait TextureDataType: Default + Debug + Clone + Copy + TextureDataTypeExtension { }
Expand description

The basic data type used for each channel of each pixel in a texture.

Implementations on Foreign Types

Implementors