|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
|
overrideprotectedvirtual |
updates context object for callbacks
| value | The current combined output value |
This method updates the specialized context object containing the combined output value and the individual values from both input nodes, providing callbacks with rich information about the operation's inputs and output.
Implements MayaFlux::Nodes::Node.
Definition at line 331 of file NodeStructure.cpp.
References MayaFlux::Nodes::BinaryOpContext::lhs_value, m_context, m_context_gpu, MayaFlux::Nodes::Node::m_gpu_compatible, m_last_lhs_value, MayaFlux::Nodes::Node::m_last_output, m_last_rhs_value, MayaFlux::Nodes::BinaryOpContext::rhs_value, and MayaFlux::Nodes::NodeContext::value.
Referenced by notify_tick().
Here is the caller graph for this function: