alternative to SDL_GL_SwapWindow ?
#178
-
|
by trying to implement it on another project, I see that SDL_GL_SwapWindow make problem, so I wonder if you already implement it or have some alternative ? |
Beta Was this translation helpful? Give feedback.
Answered by
LukasBanana
Mar 20, 2025
Replies: 1 comment 1 reply
-
|
Sorry I missed to respond to your post earlier. Can you share some more details what exactly the problem with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
coco875
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry I missed to respond to your post earlier. Can you share some more details what exactly the problem with
SDL_GL_SwapWindowis? Can you perhaps useSwapChain::Present()instead? That's the function that swaps out the double buffered framebuffer and if you use both functions this will likely cause issues.