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

◆ get_last_context()

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

Retrieves the last created context object.

Returns
Reference to the last GeometryContext object

This method provides access to the most recent GeometryContext object created by the geometry writer 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 222 of file GeometryWriterNode.cpp.

223{
224 return m_context;
225}

References m_context.