Ignore:
Timestamp:
06/18/08 20:42:06 (16 years ago)
Author:
mattausch
Message:

implemented multiqueries, but still buggy version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/CHC_revisited/RenderState.h

    r2769 r2773  
    4141        */ 
    4242        void Reset(); 
     43        /** Stores the current vbo id. 
     44        */ 
     45        inline void SetCurrentVboId(int id) { mCurrentVboId = id; } 
     46        /** Returns the current vbo id. 
     47        */ 
     48        inline int GetCurrentVboId() { return mCurrentVboId; } 
    4349 
    4450protected: 
     
    4854 
    4955        Mode mMode; 
     56 
     57        int mCurrentVboId; 
    5058}; 
    5159 
Note: See TracChangeset for help on using the changeset viewer.