| Summary: | SDL_HINT_RENDER_VSYNC only takes effect if set before SDL_CreateRenderer | ||
|---|---|---|---|
| Product: | SDL | Reporter: | leo |
| Component: | render | Assignee: | 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 | ||
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.