Disable the selection of CullPerCameraDrawPerContext until I am able to fix this
threading model
This commit is contained in:
parent
f528ba8937
commit
6d0f828524
@ -441,10 +441,12 @@ Viewer::ThreadingModel Viewer::suggestBestThreadingModel()
|
||||
else return DrawThreadPerContext;
|
||||
}
|
||||
|
||||
#if 0
|
||||
if (numProcessors >= static_cast<int>(cameras.size()+contexts.size()))
|
||||
{
|
||||
return CullThreadPerCameraDrawThreadPerContext;
|
||||
}
|
||||
#endif
|
||||
|
||||
return DrawThreadPerContext;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user