Ignore:
Timestamp:
08/28/08 09:12:34 (16 years ago)
Author:
mattausch
Message:

for some reasons very slow even in small streets on my home computer!!

File:
1 edited

Legend:

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

    r2877 r2878  
    2727                                          int attachment_idx); 
    2828 
     29        ~ColorBufferObject(); 
     30 
    2931        unsigned int GetTexture() const {return mTexId;} 
    3032 
     
    4749        */ 
    4850        FrameBufferObject(int w, int h, DEPTH_FORMAT d, bool useDepthTex = false); 
     51         
     52        ~FrameBufferObject(); 
    4953        /** Creates and adds a color buffer to the current frame buffer object. 
    5054                Returns the index that allows to retrieve the color buffer object. 
Note: See TracChangeset for help on using the changeset viewer.