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

◆ set_parameter()

void MayaFlux::Nodes::Network::GpuFieldOperator::set_parameter ( std::string_view  param,
double  value 
)
overridevirtual

No settable parameters.

dt is owned by process() and rewritten every cycle, so accepting it here would silently discard the value. When mapped parameters reach chain operators, they land as new push constant fields rather than as writes to this one.

Implements MayaFlux::Nodes::Network::NetworkOperator.

Definition at line 435 of file GpuFieldOperator.cpp.

436{
438 "GpuFieldOperator: unknown parameter '{}' ({})", param, value);
439}
#define MF_RT_TRACE(comp, ctx,...)
float value
@ NodeProcessing
Node graph processing (Nodes::NodeGraphManager)
@ Nodes
DSP Generator and Filter Nodes, graph pipeline, node management.

References MF_RT_TRACE, MayaFlux::Journal::NodeProcessing, MayaFlux::Journal::Nodes, and value.