1 #ifndef COIN_SOGLRENDERCACHE_H 2 #define COIN_SOGLRENDERCACHE_H 36 #include <Inventor/caches/SoCache.h> 37 #include <Inventor/elements/SoGLLazyElement.h> 40 class SoGLRenderCacheP;
54 int getCacheContext(
void)
const;
59 SoGLLazyElement::GLState * getPreLazyState(
void);
60 SoGLLazyElement::GLState * getPostLazyState(
void);
66 SoGLRenderCacheP * pimpl;
69 #endif // !COIN_SOGLRENDERCACHE virtual SbBool isValid(const SoState *state) const
Definition: SoCache.cpp:256
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:44
virtual void destroy(SoState *state)
Definition: SoCache.cpp:306
The SoGLDisplayList class stores and manages OpenGL display lists.The TEXTURE_OBJECT type is not dire...
Definition: SoGLDisplayList.h:43
The SoCache class is the superclass for all internal cache classes.It organizes reference counting to...
Definition: SoCache.h:43
The SoGLRenderCache class is used to cache OpenGL calls.
Definition: SoGLRenderCache.h:43