| Summary: | Render API shouldn't check if window is hidden | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ryan C. Gordon <icculus> |
| Component: | render | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED WONTFIX | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Other | ||
|
Description
Ryan C. Gordon
2018-09-17 05:26:19 UTC
The problem is that iOS enforces the "no rendering" policy immediately, but the app may not receive the notification that they should stop rendering until later. I'm fine with making that an iOS and Android only check though, if that's helpful. |