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

Method disconnectTexture

Engine/ViewerInstance.cpp:3196–3202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3194}
3195
3196void
3197ViewerInstance::disconnectTexture(int index,bool clearRod)
3198{
3199 if (_imp->uiContext) {
3200 Q_EMIT disconnectTextureRequest(index, clearRod);
3201 }
3202}
3203
3204void
3205ViewerInstance::redrawViewer()

Callers 2

renderFrameMethod · 0.80
renderCurrentFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected