MAX_RENDER_THREADS
if (fThreadCount > MAX_RENDER_THREADS)
fThreadCount = MAX_RENDER_THREADS;
thread_id fRenderThreads[MAX_RENDER_THREADS];