1 #ifndef COIN_SOGLCACHELIST_H 
    2 #define COIN_SOGLCACHELIST_H 
   27 #include <Inventor/SbBasic.h> 
   28 #include <Inventor/lists/SbList.h> 
   45   void invalidateAll(
void);
 
   48   SoGLCacheListP * pimpl;
 
   51 #endif // !COIN_SOGLCACHELIST_H 
The SoGLCacheList class is used to store and manage OpenGL caches. 
Definition: SoGLCacheList.h:35
The SoGLRenderCache class is used to cache OpenGL calls. 
Definition: SoGLRenderCache.h:34
The SoGLRenderAction class renders the scene graph with OpenGL calls.Applying this method at a root n...
Definition: SoGLRenderAction.h:41