Type Definition Tex2d
Other items ingrafix_toolbox::GL
type Tex2d<S, F> = Tex<GL_TEXTURE_2D, S, F>;
impl<S: TexSize, F: TexFmt, T: Borrow<Image<S, F>>> From<T> for Tex2d<S, F>
fn from(img: T) -> Self
Performs the conversion.