Index: app/gfx/gl/gl_context.h |
=================================================================== |
--- app/gfx/gl/gl_context.h (revision 69790) |
+++ app/gfx/gl/gl_context.h (working copy) |
@@ -45,6 +45,10 @@ |
// Set swap interval. This context must be current. |
virtual void SetSwapInterval(int interval) = 0; |
+ // Returns the internal frame buffer object name if the context is backed by |
+ // FBO. Otherwise returns 0. |
+ virtual unsigned int GetBackingFrameBufferObject(); |
+ |
// Returns space separated list of extensions. The context must be current. |
virtual std::string GetExtensions(); |