Open Inventor Release 2023.2.3
 
Loading...
Searching...
No Matches
SbRenderCaching.h File Reference

Go to the source code of this file.

Enumerations

Deprecated
enum  {
  SO_RENDERCACHING_OFF ,
  SO_RENDERCACHING_ON ,
  SO_RENDERCACHING_AUTO
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
SO_RENDERCACHING_OFF 

Never build a cache.

SO_RENDERCACHING_ON 

Always try to build a cache.

SO_RENDERCACHING_AUTO 

Decide whether to cache based on some heuristic.

Definition at line 28 of file SbRenderCaching.h.