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

Method refreshAcceptedBitDepths

Engine/Node.cpp:554–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552}
553
554void
555Node::refreshAcceptedBitDepths()
556{
557 assert( QThread::currentThread() == qApp->thread() );
558 _imp->effect->addSupportedBitDepth(&_imp->supportedDepths);
559}
560
561bool
562Node::isNodeCreated() const

Callers 3

createReadNodeMethod · 0.80
createWriteNodeMethod · 0.80

Calls 1

addSupportedBitDepthMethod · 0.45

Tested by

no test coverage detected