///////////////////////////////////////////////////////
| 103 | { |
| 104 | //////////////////////////////////////////////////////////// |
| 105 | WglContext::WglContext(WglContext* shared) : WglContext(shared, ContextSettings{}, {1u, 1u}) |
| 106 | { |
| 107 | } |
| 108 | |
| 109 | |
| 110 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected