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

Method disconnectTexture

Engine/ViewerInstance.cpp:3197–3203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

renderFrameMethod · 0.80
renderCurrentFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected