MayaFlux 0.1.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 63 of file ComputeOutNode.hpp.

64 {
65 return false; // Readback nodes don't trigger GPU updates
66 }