| Summary: | [SDL 2.0.8][FULLSCREEN_DESKTOP] SDL_RenderPresent() updates window only when keyboard events are received | ||
|---|---|---|---|
| Product: | SDL | Reporter: | BWD <boubacar.diene> |
| Component: | render | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | amaranth72, boubacar.diene |
| Version: | don't know | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| URL: | https://github.com/BoubacarDiene/mmstreamer | ||
|
Description
BWD
2018-03-18 02:02:07 UTC
SDL_Render isn't supported at all outside of the main thread. Using a renderer on a different thread isn't supported. |