///////////////////////////////////////////////////////
| 223 | |
| 224 | //////////////////////////////////////////////////////////// |
| 225 | void WglContext::display() |
| 226 | { |
| 227 | if (m_deviceContext && m_context) |
| 228 | SwapBuffers(m_deviceContext); |
| 229 | } |
| 230 | |
| 231 | |
| 232 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected