circle icon indicating copy to clipboard operation
circle copied to clipboard

2DGraphics vsync is slow

Open stephaneweg opened this issue 4 months ago • 3 comments

Hi,

i have a little issue , and i dont know what is the cause. in my kernel i use 2DGraphics ; when i use the vsync option, it is verry slow, like 1 FPS , even if i draw a single rectangle ; it seems that the slow part is when it does "m_pFrameBuffer->WaitForVerticalSync();"

when i does not use the vsync option, it does a memcpy; and it's faster.

i what could be the cause of that ?

best regards

stephaneweg avatar Oct 14 '24 19:10 stephaneweg