RESOLVED FIXED 84030
Implement GraphicsSurface::copyFromGLTexture().
https://bugs.webkit.org/show_bug.cgi?id=84030
Summary Implement GraphicsSurface::copyFromGLTexture().
Zeno Albisser
Reported 2012-04-16 06:31:09 PDT
The GraphicsSurface class already has a copyToGLTexture function. The counterpart for drawing onto the GraphicsSurface is still missing. This should allow uploading a texture that was rendered in an fbo to the GraphicsSurface / ShareableSurface.
Attachments
Zeno Albisser
Comment 1 2012-07-13 02:42:28 PDT
see: https://bugs.webkit.org/show_bug.cgi?id=87725 This was implemented in r118987 as GraphicsSurface::copyFromFramebuffer().
Note You need to log in before you can comment on or make changes to this bug.