| 206 | } |
| 207 | |
| 208 | std::set<GLextension> ContextInfo::extensions() |
| 209 | { |
| 210 | return ::extensions(nullptr); |
| 211 | } |
| 212 | |
| 213 | std::set<GLextension> ContextInfo::extensions(std::set<std::string> & unknown) |
| 214 | { |
nothing calls this directly
no test coverage detected