SoGLCacheList(3) Coin SoGLCacheList(3)

SoGLCacheList - The SoGLCacheList class is used to store and manage OpenGL caches.

#include <Inventor/caches/SoGLCacheList.h>


SoGLCacheList (int numcaches=2)
~SoGLCacheList ()
SbBool call (SoGLRenderAction *action)
void open (SoGLRenderAction *action, SbBool autocache=TRUE)
void close (SoGLRenderAction *action)
void invalidateAll (void)

The SoGLCacheList class is used to store and manage OpenGL caches.

Constructor.

Destructor. Frees remaining caches.

Test for valid cache and execute. Returns TRUE if a valid cache could be found, FALSE otherwise. Note that when a valid cache is found, it is executed before returning from this method.

Start recording a new cache. Remember to call close() when you've finished recording the cache.

See also

close()

Finish recording the currently open cache.

See also

open()

Invalidate all caches in this instance. Should be called from the notify() method of nodes doing caching.

Generated automatically by Doxygen for Coin from the source code.

Fri Sep 6 2024 15:32:06 Version 4.0.3