| 852 | } |
| 853 | |
| 854 | static void contextCreationFail(const GLuint program, const GLuint shader1, const GLuint shader2) |
| 855 | { |
| 856 | glDeleteProgram(program); |
| 857 | glDeleteShader(shader1); |
| 858 | glDeleteShader(shader2); |
| 859 | } |
| 860 | |
| 861 | void Window::PrivateData::createContextIfNeeded() |
| 862 | { |
no outgoing calls
no test coverage detected