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