Go to the source code of this file.
Deprecated | |
| |
enum | { SO_RENDERCACHING_OFF, SO_RENDERCACHING_ON, SO_RENDERCACHING_AUTO } |
anonymous enum |
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.
|