Changeset 7074 for OpenSceneGraph/trunk/include/osgDB/DatabasePager
- Timestamp:
- 07/06/07 15:08:51 (6 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osgDB/DatabasePager (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgDB/DatabasePager
r7017 r7074 219 219 } 220 220 221 222 /** Add a graphics context that should be used to compile/delete OpenGL objects.*/223 void addCompileGraphicsContext(osg::GraphicsContext* gc);224 225 /** Removed a graphics context that should be used to compile/delete OpenGL objects.*/226 void removeCompileGraphicsContext(osg::GraphicsContext* gc);227 228 229 221 /** Turn the compilation of rendering objects for specfied graphics context on (true) or off(false). */ 230 222 void setCompileGLObjectsForContextID(unsigned int contextID, bool on); … … 232 224 /** Get whether the compilation of rendering objects for specfied graphics context on (true) or off(false). */ 233 225 bool getCompileGLObjectsForContextID(unsigned int contextID); 234 235 226 236 227 /** Rerturn true if an external draw thread should call compileGLObjects(..) or not.*/ … … 376 367 377 368 ActiveGraphicsContexts _activeGraphicsContexts; 378 CompileGraphicsContexts _compileGraphicsContexts;369 // CompileGraphicsContexts _compileGraphicsContexts; 379 370 380 371 bool _doPreCompile;
