Ignore:
Timestamp:
09/01/08 08:58:38 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/SsaoShader.h

    r2889 r2891  
    8080        Camera *mCamera; 
    8181 
    82         FrameBufferObject *mOldFbo; 
    83         FrameBufferObject *mNewFbo; 
    84         //FrameBufferObject *mFbo; 
     82        //FrameBufferObject *mOldFbo; 
     83        //FrameBufferObject *mNewFbo; 
     84        FrameBufferObject *mFbo; 
    8585 
    8686        bool mUseGlobIllum; 
     
    8888 
    8989        int mSampling; 
     90        int mFboIndex; 
    9091}; 
    9192 
Note: See TracChangeset for help on using the changeset viewer.