~nux-team/nux/nux.attempt-to-fix-widgets-new

« back to all changes in this revision

Viewing changes to NuxGraphics/IOpenGLFrameBufferObject.h

  • Committer: Eleni Maria Stea
  • Date: 2012-12-13 15:17:26 UTC
  • mfrom: (700.2.40 trunk)
  • Revision ID: elene.mst@gmail.com-20121213151726-0lve6hjs74nddksb
local merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
 
106
106
    GLFramebufferObject _Fbo;   // The framebuffer object used for rendering to the texture
107
107
    GLRenderbuffer      _Rbo;
 
108
    bool platform_support_for_depth_texture_;
108
109
 
109
110
    friend class GpuDevice;
110
111
  };