MCPcopy Create free account
hub / github.com/chrxh/alien / initGlad

Method initGlad

source/Gui/MainWindow.cpp:237–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237void _MainWindow::initGlad()
238{
239 if (!gladLoadGLLoader((GLADloadproc)glfwGetProcAddress)) {
240 throw std::runtime_error("Failed to initialize GLAD.");
241 }
242}
243
244void _MainWindow::initFileDialogs()
245{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected