Hello,
i am trying to use a Multi Thread Application on OpenGL, Tiler and Renderer are overlapping when application is running which can cause GPU Bottleneck. While running only 1 thread at a time the overlap might not occur.
Is there any way to optimise application to avoid overlap?
Thank You