Using OpenGL
and CVOpenGLESTextureCacheCreateTextureFromImage
:
In the docs here it says that the target can be GL_TEXTURE2D
or GL_RENDERBUFFER
: what does that mean? Can a renderbuffer bound to the framebuffer at color_attachment_0
be used to get an image?