Function Gl.GetCompressedTextureSubImage

Commands for GL_VERSION_4_5

void GetCompressedTextureSubImage (
  uint texture,
  int level,
  int xoffset,
  int yoffset,
  int zoffset,
  int width,
  int height,
  int depth,
  int bufSize,
  void* pixels
) const;