| Summary: | OpenGL context 3.2+ on Mac OS X requires SDL_GL_CONTEXT_PROFILE_CORE | ||
|---|---|---|---|
| Product: | SDL | Reporter: | BurnSpamAddress |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | enhancement | ||
| Priority: | P2 | CC: | icculus |
| Version: | 2.0.1 | ||
| Hardware: | x86 | ||
| OS: | Mac OS X 10.8 | ||
|
Description
BurnSpamAddress
2014-01-09 22:33:40 UTC
No, it is correct to fail here; if you don't ask for a Core profile but we give you one anyhow, your app might be expecting to use non-Core functionality that doesn't exist/won't work/will crash if used. --ryan. |