///////////////////////////////////////////////////////
| 251 | |
| 252 | //////////////////////////////////////////////////////////// |
| 253 | void EglContext::createSurface(EGLNativeWindowType window) |
| 254 | { |
| 255 | m_surface = eglCheck(eglCreateWindowSurface(m_display, m_config, window, nullptr)); |
| 256 | } |
| 257 | |
| 258 | |
| 259 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected