Function Gl.GetTextureSubImage

Commands for GL_VERSION_4_5

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