Function Gl.CompressedTexImage3D

Commands for GL_VERSION_1_3

void CompressedTexImage3D (
  uint target,
  int level,
  uint internalformat,
  int width,
  int height,
  int depth,
  int border,
  int imageSize,
  const(void)* data
) const;