|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
overridevirtual |
Updates the context object with the current node state.
| value | The current sample value |
This method is responsible for updating the NodeContext object with the latest state information from the node. It is called internally whenever a new output value is produced, ensuring that the context reflects the current state of the node for use in callbacks.
Implements MayaFlux::Nodes::Node.
Definition at line 86 of file GpuComputeNode.cpp.
References m_context_storage, m_last_result, MF_ERROR, MayaFlux::Journal::NodeProcessing, and MayaFlux::Journal::Nodes.
Referenced by notify_tick().
Here is the caller graph for this function: