Stores info about a tex cache. More...
#include <Inventor/caches/SoContextedObjectCacheList.h>
Public Attributes | |
void * | texObj |
SoDeviceContextSharedGroup * | contextSharedGroup |
float | quality |
uint64_t | lastUse |
Stores info about a tex cache.
Definition at line 118 of file SoContextedObjectCacheList.h.
SoDeviceContextSharedGroup* SoGLTexCacheEntry::contextSharedGroup |
Definition at line 121 of file SoContextedObjectCacheList.h.
uint64_t SoGLTexCacheEntry::lastUse |
Definition at line 123 of file SoContextedObjectCacheList.h.
float SoGLTexCacheEntry::quality |
Definition at line 122 of file SoContextedObjectCacheList.h.
void* SoGLTexCacheEntry::texObj |
Definition at line 120 of file SoContextedObjectCacheList.h.