We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5123

Summary: SDL_HINT_RENDER_VSYNC only takes effect if set before SDL_CreateRenderer
Product: SDL Reporter: leo
Component: renderAssignee: Sam Lantinga <slouken>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: flibitijibibo
Version: HG 2.0   
Hardware: x86_64   
OS: Linux   
Attachments: Fix for OpenGL

Description leo 2020-05-05 19:08:18 UTC
Created attachment 4331 [details]
Fix for OpenGL

All renderers only check this hint when they're created. I've attached a patch to fix this for OpenGL.