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

◆ needs_gpu_update()

bool MayaFlux::Nodes::GpuSync::ComputeOutNode::needs_gpu_update ( ) const
inlineoverridevirtual

Mark if this node needs GPU binding update.

Returns
True if data layout or count changed

Implements MayaFlux::Nodes::GpuSync::GpuSync.

Definition at line 82 of file ComputeOutNode.hpp.

83 {
84 return false; // Readback nodes don't trigger GPU updates
85 }