| 235 | } |
| 236 | |
| 237 | void _MainWindow::initGlad() |
| 238 | { |
| 239 | if (!gladLoadGLLoader((GLADloadproc)glfwGetProcAddress)) { |
| 240 | throw std::runtime_error("Failed to initialize GLAD."); |
| 241 | } |
| 242 | } |
| 243 | |
| 244 | void _MainWindow::initFileDialogs() |
| 245 | { |
nothing calls this directly
no outgoing calls
no test coverage detected