SoGLRenderActionSetCacheContext Method |
Sets the OpenGL cache context.
Namespace: OIV.Inventor.Actions
A cache context is just an integer identifying when OpenGL display lists (which are used for render caching) can be shared between render actions; for example, see the documentation on GLX contexts for information on when OpenGL display lists can be shared between GLX windows. See OIV.Inventor.Actions.SoGLRenderAction.GenerateCacheContext(). Note: The value 0xFFFFFFFF (~0) is reserved to represent an undefined id.