Hello,
Is 60 frames per thread possible when rendering in Egl?
Or is it 60 frames per process, so rendering 60 frames divides it into 4 pieces of 15 frames each?
In Egl I know that the frames are limited to the frequency.
Can I render without the effect of vsync?
Thank you.