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

◆ demands_full_vertex_restore()

bool MayaFlux::Nodes::Network::GpuFieldOperator::demands_full_vertex_restore ( ) const
inlineoverridevirtual

True once at least one field is bound: the VertexFieldProcessor this operator drives writes pos += f in place, so the geometry producer must keep restoring the reference vertices every frame.

Reimplemented from MayaFlux::Nodes::Network::NetworkOperator.

Definition at line 525 of file GpuFieldOperator.hpp.

526 {
527 return binding_count() > 0;
528 }
size_t binding_count() const
Number of bound fields.