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 - SDL_HINT_RENDER_VSYNC only takes effect if set before SDL_CreateRenderer
Summary: SDL_HINT_RENDER_VSYNC only takes effect if set before SDL_CreateRenderer
Status: NEW
Alias: None
Product: SDL
Classification: Unclassified
Component: render (show other bugs)
Version: HG 2.0
Hardware: x86_64 Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-05 19:08 UTC by leo
Modified: 2020-07-04 15:20 UTC (History)
1 user (show)

See Also:


Attachments
Fix for OpenGL (2.01 KB, patch)
2020-05-05 19:08 UTC, leo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.