Code review comment for lp:~vanvugt/unity/fix-1036528

Revision history for this message
Sam Spilsbury (smspillaz) wrote :

 +#ifndef USE_GLES
18 #ifndef USE_MODERN_COMPIZ_GL
19 (*GL::bindFramebuffer)(GL_FRAMEBUFFER_EXT, _active_fbo);
20 +#endif

Hmm, are we not binding a default fbo in gles builds of nux ?

review: Needs Information

« Back to merge proposal