1#ifndef COIN_SOGLRENDERCACHE_H
2#define COIN_SOGLRENDERCACHE_H
36#include <Inventor/caches/SoCache.h>
37#include <Inventor/elements/SoGLLazyElement.h>
40class SoGLRenderCacheP;
54 int getCacheContext(
void)
const;
66 SoGLRenderCacheP * pimpl;
The SoCache class is the superclass for all internal cache classes.
Definition SoCache.h:43
virtual SbBool isValid(const SoState *state) const
Definition SoCache.cpp:257
virtual void destroy(SoState *state)
Definition SoCache.cpp:307
The SoGLDisplayList class stores and manages OpenGL display lists.
Definition SoGLDisplayList.h:43
The SoGLRenderCache class is used to cache OpenGL calls.
Definition SoGLRenderCache.h:43
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44
Definition SoGLLazyElement.h:77