MCPcopy Create free account
hub / github.com/Sonic-DE/sonic-win / loadEffect

Method loadEffect

src/effect/effecthandler.cpp:1149–1155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1147}
1148
1149bool EffectsHandler::loadEffect(const QString &name)
1150{
1151 makeOpenGLContextCurrent();
1152 m_compositor->scene()->addRepaintFull();
1153
1154 return m_effectLoader->loadEffect(name);
1155}
1156
1157void EffectsHandler::unloadEffect(const QString &name)
1158{

Callers 1

reloadEffectMethod · 0.45

Calls 2

sceneMethod · 0.80
addRepaintFullMethod · 0.45

Tested by

no test coverage detected