Function Gl.CompressedTextureSubImage3D

Commands for GL_VERSION_4_5

void CompressedTextureSubImage3D (
  uint texture,
  int level,
  int xoffset,
  int yoffset,
  int zoffset,
  int width,
  int height,
  int depth,
  uint format,
  int imageSize,
  const(void)* data
) const;