|
RenderObjectsRenderingStepMainThreadWaitTimeoutMs Field |
MainThreadWaitTimeoutMs specifies a timeout that is used in main thread to wait for all background threads to finish preparing command lists.
Note that the UI thread is also executing the same task (preparing rendering or preparing the command list)
so theoretically it should take the same amount of time on UI and background threads and therefore the default value of 2 seconds should be more then enough.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public static int MainThreadWaitTimeoutMs
Field Value
Int32See Also