Function Gl.TexImage2D
Commands for GL_VERSION_1_0
void TexImage2D
(
uint target,
int level,
int internalformat,
int width,
int height,
int border,
uint format,
uint type,
const(void)* pixels
) const;