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

Function checkTreeCanRender

Engine/ViewerInstance.cpp:732–739  ·  view source on GitHub ↗

* @brief Returns false if the tree has unconnected mandatory inputs **/

Source from the content-addressed store, hash-verified

730 * @brief Returns false if the tree has unconnected mandatory inputs
731 **/
732static bool
733checkTreeCanRender(Node* node)
734{
735 std::list<Node*> marked;
736 bool ret = checkTreeCanRender_internal(node, marked);
737
738 return ret;
739}
740
741static unsigned char*
742getTexPixel(int x,

Callers 1

Calls 1

Tested by

no test coverage detected