MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_last_context()

NodeContext & MayaFlux::Nodes::GpuSync::TextureNode::get_last_context ( )
overridevirtual

Get the last created context object.

Returns
Reference to the last TextureContext object

This method provides access to the most recent TextureContext object created by the texture node. This context contains information about the node's state at the time of the last output generation.

Implements MayaFlux::Nodes::Node.

Definition at line 105 of file TextureNode.cpp.

106{
107 return m_context;
108}

References m_context.