Function Gl.TexImage1D

Commands for GL_VERSION_1_0

void TexImage1D (
  uint target,
  int level,
  int internalformat,
  int width,
  int border,
  uint format,
  uint type,
  const(void)* pixels
) const;