///////////////////////////////////////////////////////
| 50 | { |
| 51 | //////////////////////////////////////////////////////////// |
| 52 | Context::Context() : m_context(priv::GlContext::create()) |
| 53 | { |
| 54 | if (!setActive(true)) |
| 55 | err() << "Failed to set context as active during construction" << std::endl; |
| 56 | } |
| 57 | |
| 58 | |
| 59 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected