1#ifndef COIN_SOGLCACHELIST_H
2#define COIN_SOGLCACHELIST_H
36#include <Inventor/SbBasic.h>
37#include <Inventor/lists/SbList.h>
57 SoGLCacheListP * pimpl;
void open(SoGLRenderAction *action, SbBool autocache=TRUE)
Definition SoGLCacheList.cpp:460
void close(SoGLRenderAction *action)
Definition SoGLCacheList.cpp:569
SbBool call(SoGLRenderAction *action)
Definition SoGLCacheList.cpp:179
SoGLCacheList(int numcaches=2)
Definition SoGLCacheList.cpp:118
void invalidateAll(void)
Definition SoGLCacheList.cpp:625
The SoGLRenderAction class renders the scene graph with OpenGL calls.
Definition SoGLRenderAction.h:50
The SoGLRenderCache class is used to cache OpenGL calls.
Definition SoGLRenderCache.h:43