Function Gl.TexImage3D

Commands for GL_VERSION_1_2

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