///////////////////////////////////////////////////////
| 792 | |
| 793 | //////////////////////////////////////////////////////////// |
| 794 | GlContext::GlContext() : m_impl(std::make_unique<Impl>()) |
| 795 | { |
| 796 | // Nothing to do |
| 797 | } |
| 798 | |
| 799 | |
| 800 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected