MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / initializeGL

Method initializeGL

Gui/DopeSheetView.cpp:3206–3217  ·  view source on GitHub ↗

* @brief DopeSheetView::initializeGL * * */

Source from the content-addressed store, hash-verified

3204 *
3205 */
3206void
3207DopeSheetView::initializeGL()
3208{
3209 running_in_main_thread();
3210 appPTR->initializeOpenGLFunctionsOnce();
3211
3212 if ( !appPTR->isOpenGLLoaded() ) {
3213 return;
3214 }
3215
3216 _imp->generateKeyframeTextures();
3217}
3218
3219/**
3220 * @brief DopeSheetView::resizeGL

Callers

nothing calls this directly

Calls 4

running_in_main_threadFunction · 0.85
isOpenGLLoadedMethod · 0.80

Tested by

no test coverage detected