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

Method initializeGL

Gui/CustomParamInteract.cpp:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void
143CustomParamInteract::initializeGL()
144{
145 // always running in the main thread
146 assert( qApp && qApp->thread() == QThread::currentThread() );
147 appPTR->initializeOpenGLFunctionsOnce();
148}
149
150void
151CustomParamInteract::resizeGL(int w,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected