[−][src]Trait glium::texture::Texture3dDataSource
Trait that describes data for a two-dimensional texture.
Associated Types
Loading content...Required methods
fn into_raw(self) -> RawImage3d<'a, Self::Data>
Returns the raw representation of the data.