~mhr3/nux/merge-trunk-r787

« back to all changes in this revision

Viewing changes to NuxGraphics/GpuDevice.cpp

  • Committer: Tarmac
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2013-05-01 19:19:27 UTC
  • mfrom: (769.2.14 nux)
  • Revision ID: tarmac-20130501191927-u5o3s6xtd86kglah
IOpenGLFrameBufferObject: correctly use all the FBO attachments.

Approved by Eleni Maria Stea, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1033
1033
    active_framebuffer_object_ = fbo;
1034
1034
  }
1035
1035
 
 
1036
  ObjectPtr<IOpenGLFrameBufferObject> GpuDevice::GetFrameBufferObject() const
 
1037
  {
 
1038
    return _FrameBufferObject;
 
1039
  }
 
1040
 
1036
1041
  ObjectPtr<IOpenGLFrameBufferObject> GpuDevice::GetCurrentFrameBufferObject()
1037
1042
  {
1038
1043
    return active_framebuffer_object_;