Changeset 20890
- Timestamp:
- 11/02/07 21:08:15 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.2/modules/vrjuggler/doc/programmer.guide/programmer.guide.xml
r20841 r20890 11004 11004 must be invoked at the correct time. The OpenGL Draw Manager uses 11005 11005 whatever affinity assignment algorithm it has as soon as it 11006 determines that vrj::GlPipe objects need to be created. This is11007 done as part of the VR Juggler run-time reconfiguration process.11008 Therefore, to guarantee that all pipes use the customized11009 algorithm,11006 determines that <classname>vrj::GlPipe</classname> objects need to 11007 be created. This is done as part of the VR Juggler run-time 11008 reconfiguration process. Therefore, to guarantee that all pipes 11009 use the customized algorithm, 11010 11010 <methodname>vrj::GlDrawManager::setCpuAffinityStrategy()</methodname> 11011 11011 must be called before calling
