Ignore:
Timestamp:
08/26/08 13:30:31 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2866 r2867  
    2525                                          FILTER_TYPE filterType,  
    2626                                          bool useMipMap,  
    27                                           bool useMultiSampling, 
    2827                                          int attachment_idx); 
    2928 
     
    5150                Returns the index that allows to retrieve the color buffer object. 
    5251        */ 
    53         int AddColorBuffer(int w, int h, 
    54                                    ColorBufferObject::FORMAT col,  
     52        int AddColorBuffer(ColorBufferObject::FORMAT col,  
    5553                               ColorBufferObject::WRAP_TYPE wrapType,  
    5654                                           ColorBufferObject::FILTER_TYPE filterType,  
    57                                            bool useMipMap,  
    58                                            bool useMultiSampling); 
     55                                           bool useMipMap); 
    5956 
    6057        /** Returns the color buffer object on position i. 
Note: See TracChangeset for help on using the changeset viewer.